Remove non-English language support

This commit is contained in:
2025-04-22 00:02:58 -07:00
parent 96a499d4ec
commit 5ee643bbbb
78 changed files with 10 additions and 651002 deletions

View File

@@ -213,13 +213,6 @@ if (top != self) {
PMA_Message::rawError($conn_error)->display();
}
// Displays the languages form
if (empty($GLOBALS['cfg']['Lang'])) {
require_once './libraries/display_select_lang.lib.php';
// use fieldset, don't show doc link
PMA_select_language(true, false);
}
?>
<br />
<!-- Login form -->