aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
Commit message (Collapse)AuthorAgeFilesLines
...
* Revision of i18n guide, chapter 3.Andreas Scherer2009-03-101-8/+8
|
* Touch-up the 'i18n' part while reading the first two sections.Andreas Scherer2009-03-091-37/+37
|
* Fixed incorrect examples of ActiveRecord error message lookup in the I18N ↵Karel Minarik2009-03-011-5/+5
| | | | | | guide [Thanks Alex Fortuna] See http://www.ruby-forum.com/topic/179273
* Added information about "lazy lookup" inside views (`t '.foo'`) in I18N guideKarel Minarik2009-03-011-0/+17
|
* Clarified info about "pragmatic approach to locale codes" and removed ↵Karel Minarik2009-03-011-1/+1
| | | | | | speculation about "locale inheritance" in the I18N guide [thanks Kip] See http://groups.google.com/group/rails-i18n/msg/7b4513b3ca8abbf5
* Added information about "Localized views" into I18N guideKarel Minarik2009-03-011-0/+6
| | | | | | | See: * http://github.com/rails/rails/commit/a98cd7ca9b2f24a4500963e58ba5c37d6bdf9259 * http://afreshcup.com/2009/02/01/rails-23-localized-views/
* Added note how to configure Rails loading mechanism to look for nested ↵Karel Minarik2009-03-011-3/+8
| | | | locale files (+config/locales/models/book/es.yml+, etc) to the I18N guide
* More tables headers formatted.Andreas Scherer2009-02-161-1/+1
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+884