Use correct local code
This commit is contained in:
parent
1e1b97c648
commit
508c32e797
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
$language = "zh_CN";
|
||||
putenv("LANG=".$language);
|
||||
setlocale(LC_ALL, $language);
|
||||
setlocale(LC_ALL, [$language, $language.'.utf8']);
|
||||
|
||||
require_once __DIR__.'/vendor/autoload.php';
|
||||
use Alltube\Config;
|
||||
|
|
Loading…
Reference in a new issue