aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb
Commit message (Expand)AuthorAgeFilesLines
* Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 stat...Yaroslav Markin2008-12-281-216/+0
* Proper API for reloading translationsDavid Heinemeier Hansson2008-10-291-1/+2
* Remove reload call from vendored gem. Breaks a bunch of stuff as Dispatcher ...Michael Koziarski2008-10-281-4/+0
* Make I18n::Backend::Simple reload its translations in development mode [DHH]David Heinemeier Hansson2008-10-281-2/+9
* Follow style conventionsDavid Heinemeier Hansson2008-10-281-14/+14
* Made i18n simple backend able to store false values (and not confuse them wit...Tarmo Tänav2008-10-091-2/+14
* I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-201-2/+12
* I18n: move old-style interpolation syntax deprecation to Active Record. [#104...Sven Fuchs2008-09-201-7/+0
* Deprecate %d and %s in message interpolation, but only in the bundled i18n lib.Jeremy Kemper2008-09-041-2/+7
* I18n: applied Luca Guidi's patch for better #interpolate performanceSven Fuchs2008-08-301-17/+20
* I18n: remove #populate from Simple backend as wellMarko Seppae2008-08-271-7/+0
* I18n: removed #populate and #store_translations from apiMarko Seppae2008-08-271-1/+4
* update i18n gemSven Fuchs2008-08-251-173/+171
* Ruby 1.9 compat: update bundled i18n libJeremy Kemper2008-08-231-166/+172
* Ruby 1.9: silence some warnings for block args shadowing local varsJeremy Kemper2008-08-231-5/+5
* I18n: use :other instead of :many as default key for pluralization to better ...Sven Fuchs2008-08-231-1/+1
* switch to class and instance instead of a module for the simple backendSven Fuchs2008-08-191-167/+167
* fix bug in I18n::Backend::Simple (A default array of non-existant keys return...Sven Fuchs2008-08-131-1/+1
* update activesupport/vendor i18n gemSven Fuchs2008-08-131-1/+12
* update i18n gem and clean up dir structure within i18n-0.0.1Sven Fuchs2008-08-101-0/+178
* 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
* Changed process of storing translations from theSven Fuchs2008-06-211-0/+0
* rename Backend::Simple#add_translations to set_translationsSven Fuchs2008-06-201-0/+0
* integrating I18n into RailsSven Fuchs2008-06-191-0/+0