diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-22 09:28:07 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-22 09:28:07 -0200 |
commit | 2bca2f6418a7167a813e63c3efc6334815f49c80 (patch) | |
tree | e8d57999c350d67bc90ad86371e59e10d159081e /guides/source | |
parent | 2d9c4017dd294e336e0245251f67bf490370305d (diff) | |
download | rails-2bca2f6418a7167a813e63c3efc6334815f49c80.tar.gz rails-2bca2f6418a7167a813e63c3efc6334815f49c80.tar.bz2 rails-2bca2f6418a7167a813e63c3efc6334815f49c80.zip |
Revert "updating i18n guide with locale config location."
This reverts commit 46902908910c041e268429d674bbe084399cc664.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/i18n.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 69232d9bd4..5304ca4285 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -102,7 +102,7 @@ The **translations load path** (`I18n.load_path`) is just a Ruby Array of paths NOTE: The backend will lazy-load these translations when a translation is looked up for the first time. This makes it possible to just swap the backend with something else even after translations have already been announced. -The default initializer `locale.rb` file has instructions on how to add locales from another directory and how to set a different default locale. Just uncomment and edit the specific lines. +The default `application.rb` files has instructions on how to add locales from another directory and how to set a different default locale. Just uncomment and edit the specific lines. ```ruby # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |