From d49d2b366a35e734f0910a5e649e463c1952bee9 Mon Sep 17 00:00:00 2001 From: Alexander Zeijlon Date: Fri, 5 Sep 2025 10:29:28 +0200 Subject: [PATCH] Use Croatian translations --- app/ui.js | 2 +- po/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui.js b/app/ui.js index 51e57bd3..2542e059 100644 --- a/app/ui.js +++ b/app/ui.js @@ -20,7 +20,7 @@ import * as WebUtil from "./webutil.js"; const PAGE_TITLE = "noVNC"; -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", "es", "fr", "hr", "it", "ja", "ko", "nl", "pl", "pt_BR", "ru", "sv", "tr", "zh_CN", "zh_TW"]; const UI = { diff --git a/po/Makefile b/po/Makefile index dcf5ba44..5572c940 100644 --- a/po/Makefile +++ b/po/Makefile @@ -2,7 +2,7 @@ all: .PHONY: update-po update-js update-pot .PHONY: FORCE -LINGUAS := cs de el es fr it ja ko nl pl pt_BR ru sv tr zh_CN zh_TW +LINGUAS := cs de el es fr hr it ja ko nl pl pt_BR ru sv tr zh_CN zh_TW VERSION := $(shell grep '"version"' ../package.json | cut -d '"' -f 4)