]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - dokuwiki-find-lang.sh
fetch tags before figuring out last tag
[packages/rpm-build-macros.git] / dokuwiki-find-lang.sh
old mode 100644 (file)
new mode 100755 (executable)
index b9ef829..c370fd9
@@ -37,6 +37,9 @@ while read dir; do
                de-informal)
                        lang=de
                ;;
+               zh-cn)
+                       lang=zh_CN
+               ;;
                *-*)
                        echo >&2 "ERROR: Need mapping for $lang!"
                        rc=1
This page took 0.024895 seconds and 4 git commands to generate.