Skip to content

Commit 55b905f

Browse files
committed
i18n user page
1 parent 4469398 commit 55b905f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/edit/user/index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// Panel
1414
top_panel($user,$TAB);
1515

16+
$lang = 'ru_RU.utf8';
17+
setlocale(LC_ALL, $lang);
18+
1619
// Are you admin?
1720
if ($_SESSION['user'] == 'admin') {
1821

0 commit comments

Comments
 (0)