aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-01-22 05:44:28 -0800
committerSteve Klabnik <steve@steveklabnik.com>2013-01-22 05:44:28 -0800
commit94f7583497a1f4d08bc70637c8d9709dd53069a7 (patch)
treeb7b9da4d9384cf64f3735f7d9fb738fa3e00a54c /guides/source
parentcb56c39b5186255d8208c6139669ca74e75d5759 (diff)
parent6fcdcfe1e5fe8780f3c9c56bb4a0b7963f313e4e (diff)
downloadrails-94f7583497a1f4d08bc70637c8d9709dd53069a7.tar.gz
rails-94f7583497a1f4d08bc70637c8d9709dd53069a7.tar.bz2
rails-94f7583497a1f4d08bc70637c8d9709dd53069a7.zip
Merge pull request #9027 from carlosantoniodasilva/revert-locale
Revert locale
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/i18n.md2
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.