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
1 changed files with 1 additions and 1 deletions

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