Explorar o código

i18n user page

Serghey Rodin %!s(int64=13) %!d(string=hai) anos
pai
achega
55b905f86a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      web/edit/user/index.php

+ 3 - 0
web/edit/user/index.php

@@ -13,6 +13,9 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
 // Panel
 top_panel($user,$TAB);
 
+$lang = 'ru_RU.utf8';
+setlocale(LC_ALL, $lang);
+
 // Are you admin?
 if ($_SESSION['user'] == 'admin') {