Setup accoring standard
This commit is contained in:
parent
e9351d09e0
commit
bb6e2805f3
3 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue