README.md in traco-2.2.0 vs README.md in traco-3.0.0
- old
+ new
@@ -92,9 +92,11 @@
You can specify e.g. `translates :title, fallback: :any` to fall back first to the default locale, then to any other locale.
You can override the default fallback strategy with a parameter passed to the reader: `post.title(fallback: :any)`.
+If you need to declare the default locale fallback, do `post.title(fallback: :default)`.
+
### Overriding methods
Methods are defined in an included module, so you can just override them and call Traco's implementation with `super`: