aboutsummaryrefslogtreecommitdiffstats
path: root/lib/i18n_fixes.rb
Commit message (Expand)AuthorAgeLines
* Removed reserved keys in gettext_interpolation because they were unused and u...Matthew Landauer2013-01-15-4/+1
* There's no way that gettext_interpolate would work when not passed a hash - u...Matthew Landauer2013-01-15-25/+15
* Remove escaping of code in gettext_interpolation because it's not used and no...Matthew Landauer2013-01-15-5/+3
* 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
* 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