]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Added english to list of supported languages
authorMathis Marcotte <mathis.marcotte@statcan.gc.ca>
Mon, 27 Mar 2023 14:23:09 +0000 (14:23 +0000)
committerMathis Marcotte <mathis.marcotte@statcan.gc.ca>
Mon, 27 Mar 2023 14:23:09 +0000 (14:23 +0000)
app/ui.js

index c1f6776ed82173afaa386db31fe777ec1343b8c9..07e09043560b4555c0cef5c07dddd93d6b625319 100644 (file)
--- 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();