aboutsummaryrefslogtreecommitdiff
path: root/util/updatepo.sh
AgeCommit message (Collapse)Author
2021-11-01Localize error messages in mainmenu (#11495)Riceball LEE
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-10-31Replace uses of which(1) with command -vsfan5
2021-08-19Add fwgettext util functionrubenwardy
2021-03-05Translate builtin (#10693)Wuzzy
This PR is the second attempt to translate builtin. Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.
2020-03-20Add comments for translators (#9510)Wuzzy
* Add translator comments for "special" strings * Add translator comments for some "tricky" strings
2018-01-05Don't recalculate statustext initial color everytime & review fixesLoic Blot
2017-09-05Make HUD status messages translatable (#5795)Wuzzy
* Make HUD status messages translatable * Make strings in showStatusTextSimple translatable
2017-08-24Fix updatepo.sh and run it.Ekdohibs
It was broken due to the presence of "µ" utf-8 characters in builtin/profiler/reporter.lua.
2015-10-17Re-add "file" type for --add-location for xgettext callest31
Passing line numbers in the comments is bad. References: * Commit 94961b3364f76d5861913af321e9be6200d080b3 * Previous commit
2015-10-17New settings tab contain all possible settingsPilzAdam
Settings are automatically parsed from builtin/settingtypes.txt The edit dialog automatically adjust based on the type of setting
2015-09-02Don't add line number to comment when running updatepo.shest31
Otherwise, this updates all .po files for all line numbers that changed since the last time updatepo.sh was run. We still add the filename, but this information shouldn't change too often. xgettext beginning with 0.18.4 supports this feature.
2015-08-25Add fgettext_ne as keyword to updatepo.shest31
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-02-05Add wstrgettext to list of translation update keywordsShadowNinja
2014-09-30updatepo.sh: Find all filesDiego Martínez
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2011-08-05updated po update script to detect wgettext and N_Constantin Wenger
2011-07-24Bring po update out of cmake againGiuseppe Bilotta
This solves two issues at once: * CMake would delete po files during ‘make clean’ because it thought they were autogenerated and not just managed * the only gettext tools readily available in Windows are so old they don't support options like --package-name The change also moves minetest.pot down one level, so we don't need to special case ‘en’ anymore. The downside is of course that you need some sane POSIX shell to update the po files.