diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-08-16 00:05:47 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-08-16 00:05:47 +0530 |
commit | 62499bcb9d8aa65636f5cd3ace2a818ffd4e2f8a (patch) | |
tree | 31ec770099f65758ae0113a86397375f92c7e269 /railties | |
parent | 925f07fed9bb29af64788061cf41762eaad1b5eb (diff) | |
download | rails-62499bcb9d8aa65636f5cd3ace2a818ffd4e2f8a.tar.gz rails-62499bcb9d8aa65636f5cd3ace2a818ffd4e2f8a.tar.bz2 rails-62499bcb9d8aa65636f5cd3ace2a818ffd4e2f8a.zip |
copy edits [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/locales/en.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/locales/en.yml b/railties/lib/rails/generators/rails/app/templates/config/locales/en.yml index e0a784c8fd..0653957166 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/locales/en.yml +++ b/railties/lib/rails/generators/rails/app/templates/config/locales/en.yml @@ -1,9 +1,8 @@ -# Files in the config/locales directory are used for internationalization. -# This file is for English, and is therefore named 'en.yml'. Add more files in -# this directory for other locales. Rails will automatically load every -# locale file in this directory. +# Files in the config/locales directory are used for internationalization +# and are automatically loaded by Rails. If you want to use locales other +# than English, add the necessary files in this directory. # -# To use this location information, use `I18n.t`: +# To use the locales, use `I18n.t`: # # I18n.t 'hello' # @@ -17,8 +16,8 @@ # # This would use the information in config/locales/es.yml. # -# To learn more, read the internationalization Rails Guide: -# http://guides.rubyonrails.org/i18n.html +# To learn more, please read the Rails Internationalization guide +# available at http://guides.rubyonrails.org/i18n.html. en: hello: "Hello world" |