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

index fb621e0..d90d292 100644 (file)
@@ -439,6 +439,13 @@ WHERE (
         $fdir = "{$compileDir}/{$lang}/LC_MESSAGES";
         $fname = "{$fdir}/{$clsname}.mo";
         
+        var_dump( "
+               setlocale(LC_MESSAGES, $lang); 
+        bindtextdomain($clsname, $compileDir);
+        textdomain($clsname);   
+                 
+                 ");
+        
         setlocale(LC_MESSAGES, $lang); 
         bindtextdomain($clsname, $compileDir);
         textdomain($clsname);