mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Make HUD status messages translatable (#5795)
* Make HUD status messages translatable * Make strings in showStatusTextSimple translatable
This commit is contained in:
parent
87c5a3fb2f
commit
f231112cc4
2 changed files with 123 additions and 78 deletions
|
@ -57,6 +57,7 @@ xgettext --package-name=minetest \
|
|||
--keyword=fgettext_ne \
|
||||
--keyword=strgettext \
|
||||
--keyword=wstrgettext \
|
||||
--keyword=showStatusTextSimple \
|
||||
--output $potfile \
|
||||
--from-code=utf-8 \
|
||||
`find src/ -name '*.cpp' -o -name '*.h'` \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue