mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Reduce gettext wide/narrow and string/char* conversions
This commit is contained in:
parent
84c367bb46
commit
9e2a9b55e1
15 changed files with 125 additions and 141 deletions
|
@ -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'` \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue