summaryrefslogtreecommitdiff
path: root/updatelocales.sh
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-23 15:50:05 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-23 15:50:05 +0300
commitf17cfb35d1bd54e098c0e9df7a77d32b6126ccdf (patch)
treebaec1331ec077ce4b5c6acb46f7717e09deecdae /updatelocales.sh
parent3882536d40656564b31c20008b55dfd77e848304 (diff)
parent7da02e05a6b97eb70fd17abdfdb38d8f99fabad9 (diff)
downloadminetest-f17cfb35d1bd54e098c0e9df7a77d32b6126ccdf.tar.gz
minetest-f17cfb35d1bd54e098c0e9df7a77d32b6126ccdf.tar.bz2
minetest-f17cfb35d1bd54e098c0e9df7a77d32b6126ccdf.zip
uh, i guess this now merges the new delta stuff?
Diffstat (limited to 'updatelocales.sh')
-rwxr-xr-xupdatelocales.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/updatelocales.sh b/updatelocales.sh
deleted file mode 100755
index e84145107..000000000
--- a/updatelocales.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/bash
-xgettext -n -o minetest-c55.pot ./src/*.cpp ./src/*.h
-msgmerge -U ./po/de/minetest-c55.po minetest-c55.pot
-msgmerge -U ./po/fr/minetest-c55.po minetest-c55.pot
-rm minetest-c55.pot