aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/i18n.txt
Commit message (Collapse)AuthorAgeFilesLines
* I18n guide: Correction -- Invalid .rb dictionaries will crash on first ↵Karel Minarik2009-02-021-1/+1
| | | | request, not on app startup, due to lazy loading. Thanks @darktatka.
* I18n guide: Add warning about YAML sensitivity when storing translation in ↵Karel Minarik2009-02-021-0/+2
| | | | | | YAML files, add info about better debugging when using Ruby files for translations: they crash your app during start-up. {i18n} Cf. http://groups.google.com/group/rails-i18n/browse_thread/thread/28f7aff5b8bd8c4d/002edd9466500302?hl=en and many many more other people wondering what's wrong with their YAML.
* Add link to Ryan Tomayko's "locale" Rack middleware to i18n guideKarel Minarik2009-02-021-1/+1
| | | | | Part of rack-contrib suite: http://github.com/rtomayko/rack-contrib/blob/master/lib/rack/locale.rb
* 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": ↵Karel Minarik2009-01-261-2/+2
| | | | 'Using Accept-Language' and 'Using GeoIP (or similar) database' {i18n guide}
* First part of "Setting locale from the client supplied information" section ↵Karel Minarik2009-01-261-2/+31
| | | | (using HTTP Accept-Language) {i18n guide}
* Added note about Rails' i18n pragmatic to locale keys and differences ↵Karel Minarik2009-01-261-0/+2
| | | | | | between eg. en-US / en-UK. Based on feedback from Matt Falkenhagen, http://groups.google.com/group/rails-i18n/browse_thread/thread/64ce98be0fe48388?hl=en
* Clarifying the need and context of patching i18n in Rails 2.2, so we have ↵Karel Minarik2009-01-261-1/+1
| | | | "available_locales" available {i18n guide}
* Clarifications for the i18n guide: descriptions of working with URLs like ↵Karel Minarik2009-01-261-2/+2
| | | | "/en/books"
* 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 (+ ↵Karel Minarik2009-01-221-10/+54
| | | | various typos/formatting fixes)
* 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, ↵Sven Fuchs2009-01-211-0/+32
| | | | | | | | resources, authors
| * 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
|/ | | | | Value is available for all messages, and count for some of the numericality ones.
* 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 ↵Karel Minarik2009-01-171-27/+47
| | | | Internationalization (I18n) guide
* 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 ↵Sven Fuchs2008-12-161-1/+1
| | | | locale in the url"
* 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 ↵Yaroslav Markin2008-11-241-12/+13
| | | | rails-i18n.org
* initial draft for i18n guideSven Fuchs2008-11-181-0/+541