aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/locale
Commit message (Collapse)AuthorAgeFilesLines
* Update translations for pluralization key change from 'many' to 'other'Sven Fuchs2008-08-251-22/+22
|
* Update translations for pluralization key change from 'other' to 'many'Jeremy Kemper2008-08-241-11/+11
|
* I18n: use :other instead of :many as default key for pluralization to better ↵Sven Fuchs2008-08-231-11/+11
| | | | conform w/ cldr pluralization rules
* fixing actionpack yml translationsSven Fuchs2008-08-201-21/+23
|
* Changed locale file to yml for actionpack, but still brokenIain Hecker2008-08-202-89/+89
|
* Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-8/+10
|
* switch to using I18n.load_translations instead of requiring plain ruby filesSven Fuchs2008-08-131-77/+78
|
* update i18n usage for pluralization hashes (api change)Sven Fuchs2008-08-101-12/+45
|
* Updated NumberHelper: Full i18n support (except number_to_phone), ↵Clemens Kofler2008-07-291-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 ActiveSupportLuca Guidi2008-07-021-21/+0
|
* Replaced country_options_for_select with old,Sven Fuchs2008-06-221-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 toSven Fuchs2008-06-211-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.).