summaryrefslogtreecommitdiff
path: root/lib/gettext/gettext.php
AgeCommit message (Collapse)Author
2020-09-18- gettext: merge patch from Sunil Mohan Adapa which rewrites plural parser ↵Andrew Dolgov
to not use eval() - fix typo in aforementioned patch which caused plurals to never load - update code again to newer PHP constructor syntax
2017-01-21lib: Upgrade php-gettext from 1.0.11 to 1.0.12Anders Kaseorg
https://launchpad.net/php-gettext The local change to rename the gettext_reader function to __construct (commit 00b6b66827c5ce0c103399f2742581fa90d50a97) has been preserved. Signed-off-by: Anders Kaseorg <[email protected]>
2016-03-30lib/gettext: use proper constructorAndrew Dolgov
2013-04-01fix broken header of ru_RU translation thanks to Tomáš Chvátal; rebase ↵Andrew Dolgov
translations
2010-05-30bump php-gettext to 1.0.10Andrew Dolgov
2009-01-22move gettext/ to libAndrew Dolgov