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

@@ -111,10 +111,7 @@ require_once './libraries/header_http.inc.php';
/* echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>'; */
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $available_languages[$lang][1]; ?>"
lang="<?php echo $available_languages[$lang][1]; ?>"
dir="<?php echo $GLOBALS['text_dir']; ?>">
<html lang="en" dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />