summaryrefslogtreecommitdiff
path: root/lib/gettext
AgeCommit message (Collapse)Author
2022-11-12Address upcoming string interpolation deprecation.wn_
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
2020-12-12Switch to recommended 'default_charset' to fix 'gettext' error.wn
'mbstring.internal-encoding' was deprecated in 5.6. https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding https://www.php.net/manual/en/ini.core.php#ini.default-charset
2020-09-18Remove `private` scope for class constants.JustAMacUser
This change branches from the merged patch by Sunil Mohan Adapa's for Debian's package.
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
2020-09-17rename gettext.inc to gettext.inc.php (cosmetic)Andrew Dolgov
2020-01-09fixed gettext library deprecated constructorsConrad Sachweh
https://www.php.net/manual/en/language.oop5.decon.php was already done for parent three years ago 00b6b66827
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