Always use php-gettext functions without fallback to PHP.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -447,10 +447,10 @@ if (! PMA_langCheck()) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set locale
|
// Set locale
|
||||||
T_setlocale(LC_MESSAGES, $GLOBALS['lang']);
|
_setlocale(LC_MESSAGES, $GLOBALS['lang']);
|
||||||
T_bindtextdomain('phpmyadmin', $GLOBALS['lang_path']);
|
_bindtextdomain('phpmyadmin', $GLOBALS['lang_path']);
|
||||||
T_bind_textdomain_codeset('phpmyadmin', 'UTF-8');
|
_bind_textdomain_codeset('phpmyadmin', 'UTF-8');
|
||||||
T_textdomain('phpmyadmin');
|
_textdomain('phpmyadmin');
|
||||||
|
|
||||||
|
|
||||||
// Load messages
|
// Load messages
|
||||||
|
Reference in New Issue
Block a user