Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
POT file update is failing because 'src/gtk/help-overlay.ui' listed in po/POTFILES doesn't exist. Also, I noticed other files with translation strings not included in po/POTFILES, which causes their strings to not be available for translation.
Please notice this generates
po/varia.pot
, notpo/Varia.pot
. My recommendation is to usepo/varia.pot
as that's the one generated by meson, and using<meson-project-name>.pot
is a very common in other projects around.If you merge this with po/Varia.pot renamed, please make sure to update the filename for "template for new translations" in the component settings in Hosted Weblate.
Steps to reproduce:
meson setup . build
ninja -C build varia-pot
po/varia.pot
is generated without issue