]> git.proxmox.com Git - proxmox-i18n.git/blobdiff - Makefile
update traditional Chinese translations
[proxmox-i18n.git] / Makefile
index e2d45954103df0516bd2939203a05a461c25a2ea..8ed0a6682457c04b726336eb1f776b93f4688ff9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 include /usr/share/dpkg/pkg-info.mk
 
-LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu he ar nl
+LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu he ar nl kr
 
 PVE_I18N_DEB=pve-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
 PMG_I18N_DEB=pmg-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
@@ -30,7 +30,8 @@ $(PVE_I18N_DEB): | submodule
 
 .PHONY: submodule
 submodule:
-       test -f "pmg-gui/Makefile" || git submodule update --init
+       test  -f pmg-gui/Makefile -a -f proxmox-backup/Makefile -a -f pve-manager/Makefile \
+           || git submodule update --init
 
 .PHONY: install
 install: ${PMG_LANG_FILES} ${PVE_LANG_FILES} ${PBS_LANG_FILES}