Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed i18n bulk translate issues in NumberHelper | Clemens Kofler | 2008-08-04 | 1 | -13/+13 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Updated NumberHelper: Full i18n support (except number_to_phone), ↵ | Clemens Kofler | 2008-07-29 | 1 | -5/+41 |
| | | | | | | consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | align with changes in i18n | Sven Fuchs | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | Make sure mocha is available | Luca Guidi | 2008-06-27 | 1 | -7/+9 |
| | |||||
* | update tests according to removal of self.locale from helpers | Sven Fuchs | 2008-06-23 | 1 | -11/+0 |
| | |||||
* | check self.locale instead of request.locale in helpers | Sven Fuchs | 2008-06-22 | 1 | -3/+3 |
| | |||||
* | Changed process of storing translations from the | Sven Fuchs | 2008-06-21 | 1 | -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_translations | Sven Fuchs | 2008-06-20 | 1 | -1/+1 |
| | | | | because it overwrites existing translations | ||||
* | integrating I18n into Rails | Sven Fuchs | 2008-06-19 | 1 | -0/+27 |