From d9ac5b2b04e3453a602498753504373cff3e4824 Mon Sep 17 00:00:00 2001 From: David Celis Date: Tue, 31 Jul 2012 09:41:02 -0700 Subject: Fix a mistake in the I18n guide: English => Spanish [ci skip] Signed-off-by: David Celis --- guides/source/i18n.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/i18n.textile') 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 -- cgit v1.2.3