summaryrefslogtreecommitdiff
path: root/lib/gettext/gettext.inc.php
AgeCommit message (Collapse)Author
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-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