mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
5 lines
193 B
Bash
Executable file
5 lines
193 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
|
|
msgmerge -U ./po/fr/minetest-c55.po minetest-c55.pot
|
|
rm minetest-c55.pot
|