diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-08-19 09:47:46 +0000 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:10 -0700 |
commit | 60af023107c8b11e2a07b8950d9fea8849fe2c32 (patch) | |
tree | 0b2d4b1ee93164ab5befe4cf5f90614b6e271086 /railties/guides/source | |
parent | d8c77fa16c96f566cf0ba39c9d4d49257d03e21a (diff) | |
download | rails-60af023107c8b11e2a07b8950d9fea8849fe2c32.tar.gz rails-60af023107c8b11e2a07b8950d9fea8849fe2c32.tar.bz2 rails-60af023107c8b11e2a07b8950d9fea8849fe2c32.zip |
Extra "l" removed before h2.
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/i18n.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile index 0c8e4e974d..5a6343472c 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -1,4 +1,4 @@ -lh2. Rails Internationalization (I18n) API +h2. Rails Internationalization (I18n) API The Ruby I18n (shorthand for _internationalization_) gem which is shipped with Ruby on Rails (starting from Rails 2.2) provides an easy-to-use and extensible framework for *translating your application to a single custom language* other than English or for *providing multi-language support* in your application. |