Use correct local code

This commit is contained in:
Unknown 2017-05-26 14:59:30 -07:00
parent 1e1b97c648
commit 508c32e797
1 changed files with 1 additions and 1 deletions

View File

@ -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;