DataObjects/Core_template.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 04:37:21 +0000 (12:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 04:37:21 +0000 (12:37 +0800)
DataObjects/Core_template.php

index 0051b9e..77ea91b 100644 (file)
@@ -437,7 +437,7 @@ WHERE (
         }
         $lang = $lang ? $lang : $ff->locale;
         $fdir = "{$compileDir}/{$lang}/LC_MESSAGES";
-        $fname = "{$fdir}/{$clsname}.po";
+        $fname = "{$fdir}/{$clsname}.mo";
         
         setlocale(LC_MESSAGES, $lang); 
         bindtextdomain($clsname, $fdir);