forked from Mirrorlandia_minetest/minetest
8f2409a1b4
The po file should not be named c55 if we're in ∆. But since it is not exposed at installation time, we don't actually need its name to be based on the project name at all, so just call it minetest.po
6 lines
169 B
Bash
Executable File
6 lines
169 B
Bash
Executable File
#! /bin/bash
|
|
xgettext -n -o minetest.pot ./src/*.cpp ./src/*.h
|
|
msgmerge -U ./po/de/minetest.po minetest.pot
|
|
msgmerge -U ./po/fr/minetest.po minetest.pot
|
|
rm minetest.pot
|