aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-10-08 11:29:37 -0700
committerSteve Klabnik <steve@steveklabnik.com>2012-10-08 11:29:37 -0700
commit46902908910c041e268429d674bbe084399cc664 (patch)
treea1b2d00995a22b8d703b61eeb5523ccd7509496d /guides/source/i18n.md
parentd7ef1c16359da4360d456d1cbb49b79589118f8e (diff)
downloadrails-46902908910c041e268429d674bbe084399cc664.tar.gz
rails-46902908910c041e268429d674bbe084399cc664.tar.bz2
rails-46902908910c041e268429d674bbe084399cc664.zip
updating i18n guide with locale config location.
This changed in rails/rails#43e14f8
Diffstat (limited to 'guides/source/i18n.md')
-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 e18a0278bc..eda1881e73 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -100,7 +100,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 `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.
+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.
```ruby
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.