New: Add an autotranslator tool that use google to build/update language files for a new language.
This commit is contained in:
parent
0088b02146
commit
1561054490
@ -27,8 +27,8 @@ class langAutoParser {
|
||||
$this->time = date('Y-m-d H:i:s');
|
||||
|
||||
// Translate
|
||||
ini_set('default_charset','UTF-8');
|
||||
//ini_set('default_charset','ISO-8859-1');
|
||||
//ini_set('default_charset','UTF-8');
|
||||
ini_set('default_charset','ISO-8859-1');
|
||||
$this->parseRefLangTranslationFiles();
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user