From ed15b85ed167a5461f96b84e92ce0e2abf866879 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sun, 20 Apr 2014 16:53:30 +0000 Subject: fix for conversion of mognase to gettext --- lib.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib.php') diff --git a/lib.php b/lib.php index f18d468..d300b03 100644 --- a/lib.php +++ b/lib.php @@ -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) { -- cgit v1.2.1