1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #37397 from ryuchan00/typo-fix-I18n-load-path

Rename load_paths.

[ci skip]
This commit is contained in:
Ryuta Kamizono 2019-10-08 15:28:23 +09:00 committed by GitHub
commit f25084d03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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