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:
4
updatelocales.sh
Normal file
4
updatelocales.sh
Normal 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
|
||||
Reference in New Issue
Block a user