aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/locale/en-US.rb
Commit message (Collapse)AuthorAgeFilesLines
* Changed locale file to yml for actionpack, but still brokenIain Hecker2008-08-201-89/+0
|
* 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.).