1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Fix updatepo.sh and run it.

It was broken due to the presence of "µ" utf-8 characters in builtin/profiler/reporter.lua.
This commit is contained in:
Ekdohibs 2017-08-24 18:44:38 +02:00
parent b24e6433df
commit b47c19c06f
37 changed files with 16593 additions and 14418 deletions

View file

@ -58,6 +58,7 @@ xgettext --package-name=minetest \
--keyword=strgettext \
--keyword=wstrgettext \
--output $potfile \
--from-code=utf-8 \
`find src/ -name '*.cpp' -o -name '*.h'` \
`find builtin/ -name '*.lua'`