1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-30 23:20:22 +02:00

Make HUD status messages translatable (#5795)

* Make HUD status messages translatable

* Make strings in showStatusTextSimple translatable
This commit is contained in:
Wuzzy
2017-09-05 21:57:29 +02:00
committed by Loïc Blot
parent 87c5a3fb2f
commit f231112cc4
2 changed files with 123 additions and 78 deletions

View File

@ -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'` \