diff options
author | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-29 16:26:50 -0400 |
---|---|---|
committer | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-29 16:26:50 -0400 |
commit | 3014f0f4c53da5b10294670976080b0036c016dd (patch) | |
tree | db7e4a39be2f6f301bfadcd37f6779bae9137f2a /railties/guides/source/i18n.textile | |
parent | 796fef684bb9ab081c1ed899c6ac98203a459289 (diff) | |
download | rails-3014f0f4c53da5b10294670976080b0036c016dd.tar.gz rails-3014f0f4c53da5b10294670976080b0036c016dd.tar.bz2 rails-3014f0f4c53da5b10294670976080b0036c016dd.zip |
Capitalized Rails where appropriate.
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r-- | railties/guides/source/i18n.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile index bc739c5023..ba6a1f995e 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -413,7 +413,7 @@ So that would give you: !images/i18n/demo_localized_pirate.png(rails i18n demo localized time to pirate)! -TIP: Right now you might need to add some more date/time formats in order to make the I18n backend work as expected (at least for the 'pirate' locale). Of course, there's a great chance that somebody already did all the work by *translating Rails's defaults for your locale*. See the "rails-i18n repository at Github":http://github.com/svenfuchs/rails-i18n/tree/master/rails/locale for an archive of various locale files. When you put such file(s) in +config/locales/+ directory, they will automatically be ready for use. +TIP: Right now you might need to add some more date/time formats in order to make the I18n backend work as expected (at least for the 'pirate' locale). Of course, there's a great chance that somebody already did all the work by *translating Rails' defaults for your locale*. See the "rails-i18n repository at Github":http://github.com/svenfuchs/rails-i18n/tree/master/rails/locale for an archive of various locale files. When you put such file(s) in +config/locales/+ directory, they will automatically be ready for use. h4. Localized Views |