aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2013-06-30 12:34:46 +0200
committerRobin Dupret <robin.dupret@gmail.com>2013-06-30 12:34:46 +0200
commit82551712b379455673251a060c6b090f50e04b79 (patch)
tree5ed3449a5f127cc45e8fad252f15ae2cfe14d5dc /guides/source/i18n.md
parentf5599826d4e88f9ae991a5a515668d241bff9325 (diff)
downloadrails-82551712b379455673251a060c6b090f50e04b79.tar.gz
rails-82551712b379455673251a060c6b090f50e04b79.tar.bz2
rails-82551712b379455673251a060c6b090f50e04b79.zip
Complete a sentence in i18n guide's introduction
Add a list of what will be covered into this guide
Diffstat (limited to 'guides/source/i18n.md')
-rw-r--r--guides/source/i18n.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 9e5278c92b..2af2b1e9b2 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -21,6 +21,11 @@ This guide will walk you through the I18n API and contains a tutorial on how to
After reading this guide, you will know:
+* How I18n works in Ruby on Rails
+* How to correctly use I18n into a RESTful application in various ways
+* How to use I18n to translate ActiveRecord errors or ActionMailer E-mail subjects
+* Some other tools to go further with the translation process of your application
+
--------------------------------------------------------------------------------
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.