From 9a06058f66edb31f3d942e21b67319f243228330 Mon Sep 17 00:00:00 2001 From: Mathis Marcotte Date: Mon, 27 Mar 2023 14:23:09 +0000 Subject: Added english to list of supported languages --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index c1f6776..07e0904 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1762,7 +1762,7 @@ const UI = { }; // Set up translations -const LINGUAS = ["cs", "de", "el", "es", "fr", "it", "ja", "ko", "nl", "pl", "pt_BR", "ru", "sv", "tr", "zh_CN", "zh_TW"]; +const LINGUAS = ["cs", "de", "el", "en", "es", "fr", "it", "ja", "ko", "nl", "pl", "pt_BR", "ru", "sv", "tr", "zh_CN", "zh_TW"]; l10n.setup(LINGUAS); if (l10n.language === "en" || l10n.dictionary !== undefined) { UI.prime(); -- cgit v1.2.1