diff options
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ class l10n } if (file_exists($po_file)) { + require_once('langs/php-mo.php'); $dictionary = phpmo_parse_po_file($po_file); foreach ($dictionary as $key => $value) { |