aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorKarel Minarik <karmi@karmi.cz>2009-07-11 21:11:58 +0200
committerKarel Minarik <karmi@karmi.cz>2009-07-11 21:11:58 +0200
commitee7487e46abbdf195f398922d5b05dc1f5b5d08f (patch)
tree628491c4e0a4599e47cb7317f01a7aaf50f2fcb1 /railties/guides/source
parentf081fe267907750b91c9a5749c7a6c6c64460a3c (diff)
downloadrails-ee7487e46abbdf195f398922d5b05dc1f5b5d08f.tar.gz
rails-ee7487e46abbdf195f398922d5b05dc1f5b5d08f.tar.bz2
rails-ee7487e46abbdf195f398922d5b05dc1f5b5d08f.zip
Fix typo in I18n guide. Closes ticket #83 reported by noocx
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index ba6a1f995e..3ab199fca2 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -114,7 +114,7 @@ For the sake of completeness, let's mention that if you do not want to use the +
To tell the I18n library where it can find your custom translation files you can specify the load path anywhere in your application - just make sure it gets run before any translations are actually looked up. You might also want to change the default locale. The simplest thing possible is to put the following into an initializer:
<ruby>
-# in config/initializer/locale.rb
+# in config/initializers/locale.rb
# tell the I18n library where to find your translations
I18n.load_path << Dir[ File.join(RAILS_ROOT, 'lib', 'locale',