Bugzilla – Bug 1143722
desktop-file-translations: po files are not updated
Last modified: 2019-08-07 08:22:23 UTC
https://github.com/openSUSE/desktop-file-translations/pull/9 reports that po files are not updated for more than year. And indeed, https://github.com/openSUSE/desktop-file-translations/blob/master/50-pot/update-desktop-files-yast.pot was updated 3 months ago, but for example https://github.com/openSUSE/desktop-file-translations/blob/master/cy/update-desktop-files-yast.po was not updated more than year. Recent version of Weblate depends on external tools to update po files when po file is updated (in fact, Weblate is fully functional even without pot file). It seems that either 50-tools/update-po-files.sh is not called whenever pot files are updated, or something fails.
I just ran it manually. https://github.com/openSUSE/desktop-file-translations/commit/4a27746d720734e197047242664784a5e7cd1cda
hard to tell why. The script called by the makefile is https://github.com/openSUSE/desktop-file-translations/blob/master/51-xml/generate_and_merge_pos.sh so that one should have updated the po file.