aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.0.1
Commit message (Collapse)AuthorAgeFilesLines
* I18n: remove #populate from Simple backend as wellMarko Seppae2008-08-271-7/+0
|
* I18n: removed #populate and #store_translations from apiMarko Seppae2008-08-272-13/+4
|
* update i18n gemSven Fuchs2008-08-252-175/+173
|
* Ruby 1.9 compat: update bundled i18n libJeremy Kemper2008-08-232-168/+174
|
* Ruby 1.9: silence some warnings for block args shadowing local varsJeremy Kemper2008-08-232-7/+7
|
* I18n: use :other instead of :many as default key for pluralization to better ↵Sven Fuchs2008-08-231-1/+1
| | | | | | conform w/ cldr pluralization rules Signed-off-by: Michael Koziarski <michael@koziarski.com>
* remove warning in i18n gemSven Fuchs2008-08-201-1/+1
|
* switch to class and instance instead of a module for the simple backendSven Fuchs2008-08-192-169/+169
|
* fix bug in I18n::Backend::Simple (A default array of non-existant keys ↵Sven Fuchs2008-08-131-1/+1
| | | | returns the default array)
* update activesupport/vendor i18n gemSven Fuchs2008-08-132-3/+20
|
* update i18n gem and clean up dir structure within i18n-0.0.1Sven Fuchs2008-08-1010-694/+47
|
* Fix some warnings in i18n libJoshua Peek2008-07-192-5/+5
|
* add i18n lib filesSven Fuchs2008-07-1610-0/+1064
|
* remove i18n lib subprojectSven Fuchs2008-07-161-0/+0
|
* align with changes in i18nSven Fuchs2008-07-061-0/+0
|
* remove core extensions in favor of I18n#translate and I18n#localizeSven Fuchs2008-07-021-0/+0
|
* incorporate #translate usage with several default keysSven Fuchs2008-06-211-0/+0
| | | | | (use first default key that resolves to a translation). this might, depending on the backend implementation save some expensive lookups (like db lookups)
* Changed process of storing translations from theSven Fuchs2008-06-211-0/+0
| | | | | | | | | client libraries to the backend: clients now can pass a block to backend#populate which can contain code to load and register translations. This makes sense for backends that persist their translations (e.g. to db) so the repeated loading and passing of translations throughout the server startup would be wasted resources.
* rename Backend::Simple#add_translations to set_translationsSven Fuchs2008-06-201-0/+0
| | | | because it overwrites existing translations
* integrating I18n into RailsSven Fuchs2008-06-191-0/+0