1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-02 00:05:26 +01:00

added gettext support

german translation file
and bashscript to update translations
This commit is contained in:
Constantin Wenger
2011-07-20 16:51:19 +02:00
parent d0810b0156
commit 052bb24c7f
11 changed files with 237 additions and 42 deletions

4
updatelocales.sh Normal file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
xgettext -n -o minetest-c55.pot ./src/*.cpp ./src/*.h
msgmerge -U ./po/de/minetest-c55.po minetest-c55.pot
rm minetest-c55.pot