aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/number_helper_i18n_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* check self.locale instead of request.locale in helpersSven Fuchs2008-06-221-3/+3
|
* Changed process of storing translations from theSven Fuchs2008-06-211-1/+1
| | | | | | | | | 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-1/+1
| | | | because it overwrites existing translations
* integrating I18n into RailsSven Fuchs2008-06-191-0/+27