Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve i18n support for number_to_human_size helper: | Yaroslav Markin | 2009-01-27 | 1 | -1/+12 |
| | | | | | | | | | | | | * now using pluralization properly * storage unit translations moved to number.human.storage_units.units * introduced number.human.storage_units.format for languages that do not follow "{{number}} {{unit}}" format (Japanese) NOTE: I18n table changed, you will need to update your translations. [#1634 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Use I18n for date/time select helpers prompt text [#561 state:resolved] | Sam Oliver | 2008-12-22 | 1 | -0/+7 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Add i18n for number_to_human_size() helper storage units. Translation key is ↵ | Yaroslav Markin | 2008-11-23 | 1 | -0/+1 |
| | | | | | | | | number.human.storage_units. [#1448 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | use :en as a default locale (in favor of :en-US) | Sven Fuchs | 2008-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Update translations for pluralization key change from 'many' to 'other' | Sven Fuchs | 2008-08-25 | 1 | -22/+22 |
| | |||||
* | Update translations for pluralization key change from 'other' to 'many' | Jeremy Kemper | 2008-08-24 | 1 | -11/+11 |
| | |||||
* | I18n: use :other instead of :many as default key for pluralization to better ↵ | Sven Fuchs | 2008-08-23 | 1 | -11/+11 |
| | | | | conform w/ cldr pluralization rules | ||||
* | fixing actionpack yml translations | Sven Fuchs | 2008-08-20 | 1 | -21/+23 |
| | |||||
* | Changed locale file to yml for actionpack, but still broken | Iain Hecker | 2008-08-20 | 2 | -89/+89 |
| | |||||
* | Cleaned up ActiveRecord i18n scoping | Iain Hecker | 2008-08-14 | 1 | -8/+10 |
| | |||||
* | switch to using I18n.load_translations instead of requiring plain ruby files | Sven Fuchs | 2008-08-13 | 1 | -77/+78 |
| | |||||
* | update i18n usage for pluralization hashes (api change) | Sven Fuchs | 2008-08-10 | 1 | -12/+45 |
| | |||||
* | Updated NumberHelper: Full i18n support (except number_to_phone), ↵ | Clemens Kofler | 2008-07-29 | 1 | -7/+28 |
| | | | | | | consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Fixed Date and Time localization for ActiveSupport | Luca Guidi | 2008-07-02 | 1 | -21/+0 |
| | |||||
* | Replaced country_options_for_select with old, | Sven Fuchs | 2008-06-22 | 1 | -40/+0 |
| | | | | | | untranslated version and moved country-related helpers to a new FormCountryHelper helper module so that they can easily be moved to a plugin. Updated tests accordingly. | ||||
* | Renamed lang/ to locale/ because that's what we seem to | Sven Fuchs | 2008-06-21 | 1 | -0/+93 |
standarize on. Also, in future this place can be used for data/code that's not literally translations but conceptually belongs to the locale (like custom pluralization algorithms etc.). |