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>
|
<!Doctype HTML>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue