aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/i18n.txt
Commit message (Expand)AuthorAgeFilesLines
* I18n guide: Correction -- Invalid .rb dictionaries will crash on first reques...Karel Minarik2009-02-021-1/+1
* I18n guide: Add warning about YAML sensitivity when storing translation in YA...Karel Minarik2009-02-021-0/+2
* Add link to Ryan Tomayko's "locale" Rack middleware to i18n guideKarel Minarik2009-02-021-1/+1
* Fixing stylistic issues in i18n guideKarel Minarik2009-01-261-5/+5
* Finished the tutorial part of i18n guide (organization of locale files)Karel Minarik2009-01-261-1/+37
* Fixed grammar and formatting issues in i18n guideKarel Minarik2009-01-261-6/+6
* Finished section about "Setting the locale from the client's information": 'U...Karel Minarik2009-01-261-2/+2
* First part of "Setting locale from the client supplied information" section (...Karel Minarik2009-01-261-2/+31
* Added note about Rails' i18n pragmatic to locale keys and differences between...Karel Minarik2009-01-261-0/+2
* Clarifying the need and context of patching i18n in Rails 2.2, so we have "av...Karel Minarik2009-01-261-1/+1
* Clarifications for the i18n guide: descriptions of working with URLs like "/e...Karel Minarik2009-01-261-2/+2
* Re-wrote intro section w/r/t to i18n/L18n difference, more concrete descriptionKarel Minarik2009-01-261-5/+15
* Basic formatting fixes for the rest of the i18n guide (+ some basic cleanups)Karel Minarik2009-01-221-43/+43
* Finished section "Setting locale from the URL params" in i18n guide (+ variou...Karel Minarik2009-01-221-10/+54
* Complete "Setting locale from the domain name" in i18n guideKarel Minarik2009-01-221-0/+11
* Extended and clarified intro section of i18n guide.Karel Minarik2009-01-221-2/+9
* Merge branch 'master' of git@github.com:lifo/docrailsGeorge Ogata2009-01-221-19/+162
|\
| * ActiveRecord => Active RecordPratik Naik2009-01-211-12/+12
| * i18n guide: refer to section 'Error messages scopes'Sven Fuchs2009-01-211-2/+2
| * i18n guide: add section: overview of other built-in methodsSven Fuchs2009-01-211-3/+21
| * i18n guide: added sections: conclusion, contributing to rails-i18n, resources...Sven Fuchs2009-01-211-0/+32
| * Fixed bad path to image (demo_translated_en.png)Karel Minarik2009-01-211-1/+1
| * Added section about Setting locale from URL to i18n guideKarel Minarik2009-01-211-5/+79
| * Basic draft of section "Setting and passing the locale" for i18n guideKarel Minarik2009-01-211-5/+24
* | Update interpolations in i18n guide.George Ogata2009-01-221-15/+15
|/
* Add missing validates_numericality_of message names to i18n guide.George Ogata2009-01-181-19/+24
* Add links to lighthouse ticket for i18n guidePratik Naik2009-01-181-5/+2
* Clarifications and additions to the introduction part of Internationalization...Karel Minarik2009-01-171-27/+47
* i18n guide: add note about #t and #l aliasesSven Fuchs2008-12-161-0/+8
* i18n guide: add screenshots and explain localize methodSven Fuchs2008-12-161-8/+39
* i18n guide: renumber footnotes (do i really need to do this manually?)Sven Fuchs2008-12-161-10/+8
* i18n guide: add link to rails-i18n wiki about "How to encode the current loca...Sven Fuchs2008-12-161-1/+1
* i18n guide: actually use footnotesSven Fuchs2008-12-161-8/+10
* add quote from wikipedia about I18n and L10nSven Fuchs2008-12-161-1/+6
* explain exceptions, exception_handler and :raise optionSven Fuchs2008-12-161-9/+38
* explain changes of pluralization featureSven Fuchs2008-12-161-2/+2
* explain purpose of interpolation featureSven Fuchs2008-12-161-1/+1
* use new asciidoc table syntaxSven Fuchs2008-12-161-20/+19
* note about #t helper vs I18n.tSven Fuchs2008-12-161-5/+3
* i18n guide: remove remaining references to en-US, use Symbols for localesSven Fuchs2008-12-161-34/+54
* I18n guide: changed to reflect new i18n locale naming, added a link to rails-...Yaroslav Markin2008-11-241-12/+13
* initial draft for i18n guideSven Fuchs2008-11-181-0/+541