mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in i18n.textile header and remove extra whitespace.
This commit is contained in:
parent
f302370c05
commit
6eadf5d192
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
@ -796,7 +796,6 @@ h5. Active Support Methods
|
|||
|
||||
* +Array#to_sentence+ uses format settings as given in the "support.array":https://github.com/rails/rails/blob/master/activesupport/lib/active_support/locale/en.yml#L30 scope.
|
||||
|
||||
|
||||
h3. Customize your I18n Setup
|
||||
|
||||
h4. Using Different Backends
|
||||
|
|
Loading…
Reference in a new issue