diff options
Diffstat (limited to 'updatelocales.sh')
-rwxr-xr-x | updatelocales.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/updatelocales.sh b/updatelocales.sh new file mode 100755 index 000000000..e84145107 --- /dev/null +++ b/updatelocales.sh @@ -0,0 +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 |