mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02: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:
@@ -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'`
|
||||
|
||||
|
Reference in New Issue
Block a user