summaryrefslogtreecommitdiff
path: root/updatelocales.sh
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-22 07:48:22 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-22 07:48:22 +0200
commit02653573d27efa13d8590504a8d30866fe5b093e (patch)
tree0894fb522ed13d77e6b104183fb6f3a62b6d9741 /updatelocales.sh
parent5c66664aef852c01c8ec8f79856ba081cf01446b (diff)
parent21b7a272c4558795f5e8b7d8af859d51dd616d31 (diff)
downloadminetest-02653573d27efa13d8590504a8d30866fe5b093e.tar.gz
minetest-02653573d27efa13d8590504a8d30866fe5b093e.tar.bz2
minetest-02653573d27efa13d8590504a8d30866fe5b093e.zip
Merge remote-tracking branch 'erlehmann/master'
Conflicts (from the introduction of fr translations): src/CMakeLists.txt
Diffstat (limited to 'updatelocales.sh')
-rwxr-xr-xupdatelocales.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/updatelocales.sh b/updatelocales.sh
index 1ac42342d..e84145107 100755
--- a/updatelocales.sh
+++ b/updatelocales.sh
@@ -1,4 +1,5 @@
#! /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