mirror of https://github.com/rails/rails
Merge pull request #37397 from ryuchan00/typo-fix-I18n-load-path
Rename load_paths. [ci skip]
This commit is contained in:
commit
f25084d03f
|
@ -135,7 +135,7 @@ I18n.available_locales = [:en, :pt]
|
|||
I18n.default_locale = :pt
|
||||
```
|
||||
|
||||
Note that appending directly to `I18n.load_paths` instead of to the application's configured i18n will _not_ override translations from external gems.
|
||||
Note that appending directly to `I18n.load_path` instead of to the application's configured i18n will _not_ override translations from external gems.
|
||||
|
||||
### Managing the Locale across Requests
|
||||
|
||||
|
|
Loading…
Reference in New Issue