aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/locale
Commit message (Collapse)AuthorAgeFilesLines
* 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.).