Skip to content

Commit d49d2b3

Browse files
committed
Use Croatian translations
1 parent e4def7f commit d49d2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as WebUtil from "./webutil.js";
2020

2121
const PAGE_TITLE = "noVNC";
2222

23-
const LINGUAS = ["cs", "de", "el", "es", "fr", "it", "ja", "ko", "nl", "pl", "pt_BR", "ru", "sv", "tr", "zh_CN", "zh_TW"];
23+
const LINGUAS = ["cs", "de", "el", "es", "fr", "hr", "it", "ja", "ko", "nl", "pl", "pt_BR", "ru", "sv", "tr", "zh_CN", "zh_TW"];
2424

2525
const UI = {
2626

po/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all:
22
.PHONY: update-po update-js update-pot
33
.PHONY: FORCE
44

5-
LINGUAS := cs de el es fr it ja ko nl pl pt_BR ru sv tr zh_CN zh_TW
5+
LINGUAS := cs de el es fr hr it ja ko nl pl pt_BR ru sv tr zh_CN zh_TW
66

77
VERSION := $(shell grep '"version"' ../package.json | cut -d '"' -f 4)
88

0 commit comments

Comments
 (0)