aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locale
Commit message (Collapse)AuthorAgeFilesLines
* Removed en-US ruby locale in favor of yamlIain Hecker2008-08-201-28/+0
|
* Locale file changed to yamlIain Hecker2008-08-201-0/+33
|
* Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-23/+25
|
* switch to using I18n.load_translations instead of requiring plain ruby filesSven Fuchs2008-08-131-23/+24
|
* Renamed lang/ to locale/ because that's what we seem toSven Fuchs2008-06-211-0/+25
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.).