mirror of
https://github.com/minetest/minetest.git
synced 2024-12-24 15:12:23 +01:00
e61b2f99c1
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
|