aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2011-09-21 01:28:59 -0700
committerWaynn Lue <WLGades@gmail.com>2011-09-21 01:28:59 -0700
commit564d7edf690ab60e439df7d7dfebc5144d8d1867 (patch)
tree96bbd325104c4ba5875a7d86e395fa3ca0e078e0 /railties/guides/source/i18n.textile
parent952bccd1abe142c214605897a14682ae29a16adc (diff)
downloadrails-564d7edf690ab60e439df7d7dfebc5144d8d1867.tar.gz
rails-564d7edf690ab60e439df7d7dfebc5144d8d1867.tar.bz2
rails-564d7edf690ab60e439df7d7dfebc5144d8d1867.zip
add a '.' to etc
Diffstat (limited to 'railties/guides/source/i18n.textile')
-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 11e1473ba2..81d2ba9a56 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -12,7 +12,7 @@ So, in the process of _internationalizing_ your Rails application you have to:
In the process of _localizing_ your application you'll probably want to do the following three things:
-* Replace or supplement Rails' default locale -- e.g. date and time formats, month names, Active Record model names, etc
+* Replace or supplement Rails' default locale -- e.g. date and time formats, month names, Active Record model names, etc.
* Abstract strings in your application into keyed dictionaries -- e.g. flash messages, static text in your views, etc.
* Store the resulting dictionaries somewhere