diff options
author | David Celis <david@davidcelis.com> | 2012-07-31 09:41:02 -0700 |
---|---|---|
committer | David Celis <david@davidcelis.com> | 2012-07-31 09:41:35 -0700 |
commit | d9ac5b2b04e3453a602498753504373cff3e4824 (patch) | |
tree | 7ddf768bb6b3748d268605fe01052db14047ed24 /guides | |
parent | cf21657f6e55346fa2f5555926f3f6a1e199de65 (diff) | |
download | rails-d9ac5b2b04e3453a602498753504373cff3e4824.tar.gz rails-d9ac5b2b04e3453a602498753504373cff3e4824.tar.bz2 rails-d9ac5b2b04e3453a602498753504373cff3e4824.zip |
Fix a mistake in the I18n guide: English => Spanish [ci skip]
Signed-off-by: David Celis <david@davidcelis.com>
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/i18n.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.textile b/guides/source/i18n.textile index f67d487eee..c782539399 100644 --- a/guides/source/i18n.textile +++ b/guides/source/i18n.textile @@ -407,7 +407,7 @@ TIP: Right now you might need to add some more date/time formats in order to mak h4. Inflection Rules For Other Locales -Rails 4.0 allows you to define inflection rules (such as rules for singularization and pluralization) for locales other than English. In +config/initializers/inflections.rb+, you can define these rules for multiple locales. The initializer contains a default example for specifying rules for Spanish; follow that format for other locales as you see fit. +Rails 4.0 allows you to define inflection rules (such as rules for singularization and pluralization) for locales other than English. In +config/initializers/inflections.rb+, you can define these rules for multiple locales. The initializer contains a default example for specifying additional rules for English; follow that format for other locales as you see fit. h4. Localized Views |