]> git.proxmox.com Git - proxmox-i18n.git/blobdiff - Makefile
bump version to 3.2.2
[proxmox-i18n.git] / Makefile
index 1d7af6ec0d66f886298fd8193fb24410ef498fbe..dd9cfe1d26a5da8ad3b098e28732e4f19a2f1aa3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LINGUAS=\
        it \
        ja \
        ka \
-       kr \
+       ko \
        nb \
        nl \
        nn \
@@ -84,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 $?