aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
Commit message (Collapse)AuthorAgeFilesLines
* fixes broken link, thanks to vegerXavier Noria2009-12-251-1/+1
|
* i18n guide: removes some related for 2.2Xavier Noria2009-07-251-37/+2
|
* i18n guide: minor tweaksXavier Noria2009-07-251-7/+9
|
* Fix typo in I18n guide. Closes ticket #83 reported by noocxKarel Minarik2009-07-111-1/+1
|
* Capitalized Rails where appropriate.Joseph Pecoraro2009-05-291-1/+1
|
* Fixes some typos in the guides.Evan Farrar2009-05-071-8/+8
|
* Made a minor syntax correction.Sean Schofield2009-04-271-1/+1
|
* Better wording of environment.rb example code, thanks Paul GillardKarel Minarik2009-04-251-1/+1
| | | | See https://rails.lighthouseapp.com/projects/16213/tickets/23-rails-i18
* Consolidate `config/locale` vs `config/locales` issue. [#16213]Karel Minarik2009-04-251-5/+5
|
* revised links in guides according to W3C link checker reportXavier Noria2009-03-151-3/+3
|
* fixes broken links in i18n guideXavier Noria2009-03-151-1/+1
|
* Minor edits to I18n guide; publish guideMike Gunderloy2009-03-141-20/+21
|
* revised titles in i18n guideXavier Noria2009-03-141-35/+35
|
* Replace comma with full-stop in scoping chain.Andreas Scherer2009-03-101-1/+1
|
* Revision of i18n guide, final sections.Andreas Scherer2009-03-101-22/+22
|
* Revision of i18n guide, chapter 4.Andreas Scherer2009-03-101-25/+24
| | | | | | Major change: Scoped lookup in the form 'active_record.error_messages' seems to have been deprecated at least in Rails 2.2. Instead, the form 'activerecord.errors.messages' is implemented and documented.
* 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