diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-18 14:57:18 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-18 14:57:18 -0800 |
commit | 1827256d0e2b49a77df46f90249c2ab893e0ac4f (patch) | |
tree | cfe5a3c0239a17ee5cbd00b30be77f4c6030e7d5 /lib/common.php | |
parent | cac5a417f2a81b974781d4dbc40fd9d718a7a7f2 (diff) |
Added support for pgettext() and npgettext() to separate contexts for translatable messages that are going to be ambiguous in English original.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common.php b/lib/common.php index 203b37c87..732c22bfd 100644 --- a/lib/common.php +++ b/lib/common.php @@ -59,10 +59,6 @@ require_once('PEAR.php'); require_once('DB/DataObject.php'); require_once('DB/DataObject/Cast.php'); # for dates -if (!function_exists('gettext')) { - require_once("php-gettext/gettext.inc"); -} - require_once(INSTALLDIR.'/lib/language.php'); // This gets included before the config file, so that admin code and plugins |