diff options
author | Wuzzy <wuzzy2@mail.ru> | 2017-09-05 21:57:29 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-09-05 21:57:29 +0200 |
commit | f231112cc4f0c1fe7f8bb937a49e4469157a2fa7 (patch) | |
tree | ff8f1bebeacf1f532da5d1f2c93ab4d1b0c26ee9 /util | |
parent | 87c5a3fb2f99e69c727639d79f4fcba8b35702fd (diff) | |
download | minetest-f231112cc4f0c1fe7f8bb937a49e4469157a2fa7.tar.gz minetest-f231112cc4f0c1fe7f8bb937a49e4469157a2fa7.tar.bz2 minetest-f231112cc4f0c1fe7f8bb937a49e4469157a2fa7.zip |
Make HUD status messages translatable (#5795)
* Make HUD status messages translatable
* Make strings in showStatusTextSimple translatable
Diffstat (limited to 'util')
-rwxr-xr-x | util/updatepo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/updatepo.sh b/util/updatepo.sh index 4154d4dd3..99cb38a0a 100755 --- a/util/updatepo.sh +++ b/util/updatepo.sh @@ -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'` \ |