thomascube
2012-01-03 19145d5de487de39e28a1603a4caa5dd639eb52a
Also read both variables in en_US template

1 files modified
2 ■■■ changed files
bin/exportgettext.sh 2 ●●● patch | view | raw | blame | history
bin/exportgettext.sh
@@ -106,7 +106,7 @@
    }
    else if (is_file($fn)) {
        include($fn);
        $texts = array_merge($texts, (array)$labels);
        $texts = array_merge($texts, (array)$labels, (array)$messages);
    }
    
    $GLOBALS['en_US'] = $texts;