Update supported locales

This commit is contained in:
billz 2019-11-08 17:20:50 +00:00
parent 1a533234d4
commit 3c93fe4d6f
1 changed files with 12 additions and 0 deletions

View File

@ -54,6 +54,18 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2)
case "tr":
$locale = "tr_TR.UTF-8";
break;
case "id":
$locale = "id_ID.UTF-8";
break;
case "ko":
$locale = "ko_KR.UTF-8";
break;
case "ja":
$locale = "ja_JP.UTF-8";
break;
case "vi":
$locale = "vi_VN.UTF-8";
break;
default:
$locale = "en_GB.UTF-8";
break;