aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
Commit message (Collapse)AuthorAgeFilesLines
* Guides: Fix numerous broken linksJosiah Ivey2010-05-161-2/+2
|
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax ↵Lawrence Pit2010-05-031-5/+5
| | | | | | for I18n Signed-off-by: José Valim <jose.valim@gmail.com>
* fix ActionController font and replace extract_locale_from_uri with ↵eparreno2010-04-151-3/+3
| | | | extract_locale_from_tld
* Revert "I18n guide: change ActionController by Action Controller in some ↵Xavier Noria2010-04-151-4/+4
| | | | | | places and fix code example in 2.4 section" This reverts commit 002da9b6eab67323270dc8e7ea34fe72b3397b98.
* I18n guide: change ActionController by Action Controller in some places and ↵eparreno2010-04-141-4/+4
| | | | fix code example in 2.4 section
* Changes in guide as per Rails 3 featuresAnil Wadghule2010-04-131-15/+15
|
* Updated guide to use 'Rails.root.join' to construct pathAnil Wadghule2010-04-131-4/+4
|
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵Anil Wadghule2010-04-121-3/+3
| | | | significant places.
* 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