summaryrefslogtreecommitdiff
path: root/util/updatepo.sh
Commit message (Collapse)AuthorAge
* Re-add "file" type for --add-location for xgettext callest312015-10-17
| | | | | | | | | Passing line numbers in the comments is bad. References: * Commit 94961b3364f76d5861913af321e9be6200d080b3 * Previous commit
* New settings tab contain all possible settingsPilzAdam2015-10-17
| | | | | Settings are automatically parsed from builtin/settingtypes.txt The edit dialog automatically adjust based on the type of setting
* Don't add line number to comment when running updatepo.shest312015-09-02
| | | | | | | | 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.
* Add fgettext_ne as keyword to updatepo.shest312015-08-25
|
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-05
|
* Add wstrgettext to list of translation update keywordsShadowNinja2015-02-05
|
* updatepo.sh: Find all filesDiego Martínez2014-09-30
|
* Add translation for main menusapier2013-08-17
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* updated po update script to detect wgettext and N_Constantin Wenger2011-08-05
|
* Bring po update out of cmake againGiuseppe Bilotta2011-07-24
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.