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

Rename load_paths.

This commit is contained in:
ryuchan00 2019-10-08 14:49:12 +09:00
parent 315d5ab034
commit 68379ea269

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