mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
a006b828a6
set +x on bashscript
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#! /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
|