diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-21 19:28:36 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-21 19:28:36 +0530 |
commit | 3e80462b95808457eb1584195909e26887a1a40d (patch) | |
tree | 69b2b845f68ddf02abaa9d884ddadc1f9116fea9 | |
parent | 8d7aee71738fbf1ff090ff44a09624e592b94b04 (diff) | |
download | rails-3e80462b95808457eb1584195909e26887a1a40d.tar.gz rails-3e80462b95808457eb1584195909e26887a1a40d.tar.bz2 rails-3e80462b95808457eb1584195909e26887a1a40d.zip |
Revert "add a missing "on" and remove the "endprologue" text"
This reverts commit 3c5340ec9cbf12d19e734289ba748186af492d60.
Reason: endprologue should not have been removed.
-rw-r--r-- | railties/guides/source/i18n.textile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile index 46f6942d02..81d2ba9a56 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -16,7 +16,9 @@ In the process of _localizing_ your application you'll probably want to do the f * Abstract strings in your application into keyed dictionaries -- e.g. flash messages, static text in your views, etc. * Store the resulting dictionaries somewhere -This guide will walk you through the I18n API and contains a tutorial on how to internationalize a Rails application from the start. +This guide will walk you through the I18n API and contains a tutorial how to internationalize a Rails application from the start. + +endprologue. NOTE: The Ruby I18n framework provides you with all necessary means for internationalization/localization of your Rails application. You may, however, use any of various plugins and extensions available, which add additional functionality or features. See the Rails "I18n Wiki":http://rails-i18n.org/wiki for more information. |