]> git.proxmox.com Git - proxmox-i18n.git/blobdiff - Makefile
bump version to 3.2.2
[proxmox-i18n.git] / Makefile
index 0fc4bdaa1fe29571e78ced1f2986d296fc82d97c..dd9cfe1d26a5da8ad3b098e28732e4f19a2f1aa3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,12 @@ LINGUAS=\
        fr \
        gl \
        he \
+       hr \
        hu \
        it \
        ja \
-       kr \
+       ka \
+       ko \
        nb \
        nl \
        nn \
@@ -24,6 +26,7 @@ LINGUAS=\
        sl \
        sv \
        tr \
+       ukr \
        zh_CN \
        zh_TW \
 
@@ -81,6 +84,10 @@ install: $(PMG_LANG_FILES) $(PVE_LANG_FILES) $(PBS_LANG_FILES)
        install -m 0644 $(PVE_LANG_FILES) $(PVELOCALEDIR)
        install -d $(PBSLOCALEDIR)
        install -m 0644 $(PBS_LANG_FILES) $(PBSLOCALEDIR)
+# compat symlinks for kr -> ko correction.
+       ln -s pmg-lang-ko.js $(PMGLOCALEDIR)/pmg-lang-kr.js
+       ln -s pve-lang-ko.js $(PVELOCALEDIR)/pve-lang-kr.js
+       ln -s pbs-lang-ko.js $(PBSLOCALEDIR)/pbs-lang-kr.js
 
 pmg-lang-%.js: %.po
        ./po2js.pl -t pmg -v "$(DEB_VERSION)" -o pmg-lang-$*.js $?