mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
052bb24c7f
german translation file and bashscript to update translations
5 lines
140 B
Bash
5 lines
140 B
Bash
#! /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
|