Skip to content

Include contribute/develop subpages in translation POT - #527

Open
cuspymd wants to merge 1 commit into
AntennaPod:masterfrom
cuspymd:fix/contribute-develop-subpages-pot
Open

Include contribute/develop subpages in translation POT#527
cuspymd wants to merge 1 commit into
AntennaPod:masterfrom
cuspymd:fix/contribute-develop-subpages-pot

Conversation

@cuspymd

@cuspymd cuspymd commented Sep 8, 2026

Copy link
Copy Markdown

Summary

  • The md2po glob in the "Create/update POT file of Contribute section" step only matched top-level _i18n/en/contribute/*.md files.
  • develop.md's subpages (develop/app.md, develop/infrastructure.md, develop/upstream.md, develop/website.md, develop/app/*.md) live one and two levels deeper, so they were never extracted into site-contribute.pot and could never be translated in Weblate, for any language.
  • This adds _i18n/en/contribute/*/*.md and _i18n/en/contribute/*/*/*.md to the glob, matching the pattern already used for the Documentation section a few lines below.

Test plan

  • Confirm the updated workflow generates POT entries for contribute/develop/*.md and contribute/develop/app/*.md on the next run against _i18n/en changes.

🤖 Generated with Claude Code

The md2po glob for the Contribute section only matched top-level
_i18n/en/contribute/*.md files, so develop.md's subpages
(develop/*.md, develop/app/*.md) were never extracted into the POT
and could never be translated in Weblate for any language.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant