mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
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
|