]> git.proxmox.com Git - mirror_novnc.git/blobdiff - app/ui.js
feat: add French localization strings
[mirror_novnc.git] / app / ui.js
index 0b5bfd01a938d48e75e7e97813b1957090e31ec4..cb6a9fda8a22826c5ebcebe01c61163600b3e2e4 100644 (file)
--- a/app/ui.js
+++ b/app/ui.js
@@ -1695,7 +1695,7 @@ const UI = {
 };
 
 // Set up translations
-const LINGUAS = ["cs", "de", "el", "es", "ja", "ko", "nl", "pl", "pt_BR", "ru", "sv", "tr", "zh_CN", "zh_TW"];
+const LINGUAS = ["cs", "de", "el", "es", "fr", "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();