aboutsummaryrefslogtreecommitdiffstats
path: root/lib/i18n_fixes.rb
Commit message (Collapse)AuthorAgeLines
* Add extra argument for MissingInterpolationArgument errorLouise Crow2013-12-12-1/+1
| | | | Revert translation of interpolated variable in French locale.
* Remove apparently unneeded I18n customizationMark Longair2013-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 Crow2013-07-23-6/+17
| | | | 118n.locale in the handling of locales with underscores. Fixes #999.
* Override n_ to add interpolationMatthew Landauer2013-04-09-0/+11
|
* Removed reserved keys in gettext_interpolation because they were unused and ↵Matthew Landauer2013-01-15-4/+1
| | | | untested
* There's no way that gettext_interpolate would work when not passed a hash - ↵Matthew Landauer2013-01-15-25/+15
| | | | untested and unused. So removing.
* Remove escaping of code in gettext_interpolation because it's not used and ↵Matthew Landauer2013-01-15-5/+3
| | | | not tested
* Fix translations with interpolations to correctly handle safe_htmlMatthew Landauer2013-01-15-3/+11
|
* Added comment about the syntax of the interpolations in the translationsMatthew Landauer2013-01-15-0/+4
|
* Revert "Assume the result of doing any translation is html_safe"Matthew Landauer2013-01-14-3/+1
| | | | This reverts commit 493e8e7ec43351952e2d7876afaede0cdb5d3644.
* Assume the result of doing any translation is html_safeMatthew Landauer2013-01-02-1/+3
|
* Fix namespace problem in i18n interpolationSeb Bacon2012-02-02-2/+2
|
* monkeypatch gettext_i18n_rails to interop correctly with rails i18nSeb Bacon2011-03-10-0/+16
|
* initial support for localising model data (not fully tested)Seb Bacon2011-03-10-0/+106
|
* override gettext "_" behaviour to also support interpolationSeb Bacon2011-03-10-0/+37