summaryrefslogtreecommitdiff
path: root/packaging/windows/make-translations.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/windows/make-translations.sh')
-rwxr-xr-xpackaging/windows/make-translations.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/packaging/windows/make-translations.sh b/packaging/windows/make-translations.sh
deleted file mode 100755
index 1d4132397..000000000
--- a/packaging/windows/make-translations.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-for i in `grep -v ^# ../../po/LINGUAS`; do
- mkdir -p ../../translations/$i/LC_MESSAGES
- msgfmt -c -o ../../translations/$i/LC_MESSAGES/manaplus.mo ../../po/$i.po
-done