mirror of
https://github.com/minetest/minetest.git
synced 2025-06-29 22:50:25 +02:00
Reduce gettext wide/narrow and string/char* conversions
This commit is contained in:
@ -54,6 +54,7 @@ xgettext --package-name=minetest \
|
||||
--keyword=N_ \
|
||||
--keyword=wgettext \
|
||||
--keyword=fgettext \
|
||||
--keyword=strgettext \
|
||||
--keyword=wstrgettext \
|
||||
--output $potfile \
|
||||
`find src/ -name '*.cpp' -o -name '*.h'` \
|
||||
|
Reference in New Issue
Block a user