]> git.proxmox.com Git - mirror_novnc.git/blobdiff - po/Makefile
Merge pull request #996 from PeterDaveHelloKitchen/zh-tw-translation
[mirror_novnc.git] / po / Makefile
index 8c6000ba27c715a779c6ae6e7411f61d1a5d6991..56d6f3d3d6a44cc9e44ab64a30677b6d3c8e9706 100644 (file)
@@ -1,7 +1,7 @@
 all:
 .PHONY: update-po update-js update-pot
 
-LINGUAS := de el nl sv
+LINGUAS := de el nl pl sv zh
 
 VERSION := $(shell grep '"version"' ../package.json | cut -d '"' -f 4)
 
@@ -23,6 +23,7 @@ update-pot:
                --package-version="$(VERSION)" \
                --msgid-bugs-address="novnc@googlegroups.com" \
                --add-comments=TRANSLATORS: \
+               --from-code=UTF-8 \
                --sort-by-file \
                ../app/*.js \
                ../core/*.js \