Create GitHub workflow for refreshing individual files #1205
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It should be possible to create a GitHub workflow which runs
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot"}}' mdbook build -d po msgmerge --update po/XX.po po/messages.pot
for a language. I believe it's also possible to trigger workflows directly in the Actions tab. The workflow could then do the
msgmerge
, open a PR and perhaps even close the PR automatically.The text was updated successfully, but these errors were encountered: