aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/locale
Commit message (Collapse)AuthorAgeFilesLines
* Made i18n simple backend able to store false values (and not confuse them ↵Tarmo Tänav2008-10-091-0/+1
| | | | | | | | | with nil or lack of value) Implemented support.array.skip_last_comma i18n key for Array#to_sentence, this also tests the ability to store false. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Locale file changed to yamlIain Hecker2008-08-202-29/+31
|
* switch to using I18n.load_translations instead of requiring plain ruby filesSven Fuchs2008-08-131-24/+25
|
* Fixed Date and Time localization for ActiveSupportLuca Guidi2008-07-021-0/+21
|
* Renamed lang/ to locale/ because that's what we seem toSven Fuchs2008-06-211-0/+7
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.).