Setup accoring standard

This commit is contained in:
Unknown 2017-05-26 04:50:58 -07:00
parent e9351d09e0
commit bb6e2805f3
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
{locale path="Translations" domain="AllTube"}
<?php
$language = "zh_CN";
putenv("LANG=".$language);
setlocale(LC_ALL, $language);
?>
<!Doctype HTML>
<html lang="en">
<head>