We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b22f6e + b053636 commit 37dfe91Copy full SHA for 37dfe91
development/i18n.md
@@ -16,9 +16,9 @@ The following configuration is necessary on I18n so that:
16
`locales` directory
17
18
```ruby
19
-configure
+configure do
20
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
21
- I18n.load_path, Dir[File.join(settings.root, 'locales', '*.yml')]
+ I18n.load_path = Dir[File.join(settings.root, 'locales', '*.yml')]
22
I18n.backend.load_translations
23
end
24
```
0 commit comments