Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add extra argument for MissingInterpolationArgument error | Louise Crow | 2013-12-12 | -1/+1 |
| | | | | Revert translation of interpolated variable in French locale. | |||
* | Remove apparently unneeded I18n customization | Mark Longair | 2013-08-28 | -105/+0 |
| | | | | | | The tests still pass with this code removed, so remove it - if it's still needed, it should be readded with tests that would fail without. | |||
* | Patch Globalize to compensate for the way gettext_i18n_rails patches ↵ | Louise Crow | 2013-07-23 | -6/+17 |
| | | | | 118n.locale in the handling of locales with underscores. Fixes #999. | |||
* | Override n_ to add interpolation | Matthew Landauer | 2013-04-09 | -0/+11 |
| | ||||
* | Removed reserved keys in gettext_interpolation because they were unused and ↵ | Matthew Landauer | 2013-01-15 | -4/+1 |
| | | | | untested | |||
* | There's no way that gettext_interpolate would work when not passed a hash - ↵ | Matthew Landauer | 2013-01-15 | -25/+15 |
| | | | | untested and unused. So removing. | |||
* | Remove escaping of code in gettext_interpolation because it's not used and ↵ | Matthew Landauer | 2013-01-15 | -5/+3 |
| | | | | not tested | |||
* | Fix translations with interpolations to correctly handle safe_html | Matthew Landauer | 2013-01-15 | -3/+11 |
| | ||||
* | Added comment about the syntax of the interpolations in the translations | Matthew Landauer | 2013-01-15 | -0/+4 |
| | ||||
* | Revert "Assume the result of doing any translation is html_safe" | Matthew Landauer | 2013-01-14 | -3/+1 |
| | | | | This reverts commit 493e8e7ec43351952e2d7876afaede0cdb5d3644. | |||
* | Assume the result of doing any translation is html_safe | Matthew Landauer | 2013-01-02 | -1/+3 |
| | ||||
* | Fix namespace problem in i18n interpolation | Seb Bacon | 2012-02-02 | -2/+2 |
| | ||||
* | monkeypatch gettext_i18n_rails to interop correctly with rails i18n | Seb Bacon | 2011-03-10 | -0/+16 |
| | ||||
* | initial support for localising model data (not fully tested) | Seb Bacon | 2011-03-10 | -0/+106 |
| | ||||
* | override gettext "_" behaviour to also support interpolation | Seb Bacon | 2011-03-10 | -0/+37 |