Major translation cleanup and rearrangements

- Removed redundant and unused strings
- Rearranged strings 
- Updated languages
This commit is contained in:
MCelliotG
2025-02-02 17:55:04 +02:00
committed by GitHub
parent 8598ae9ed6
commit 8e0c8438c4
4 changed files with 1353 additions and 1456 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ void handleRoot() {
file.close();
} else {
html += "<tr><td colspan=\"100%\" style=\"text-align: center; color: red;\">" + String(myLanguage[language][300]) + "</td></tr>";
html += "<tr><td colspan=\"100%\" style=\"text-align: center; color: red;\">" + String(myLanguage[language][299]) + "</td></tr>";
}
if (!hasData) {