From 0dc8d244c51ca391538c31bc34bc9ef9806d1a62 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 9 Aug 2021 18:03:25 +0200 Subject: [translation] ./manage: add comments to new functions, rename job ./mange Comment functions: - babel.setup.translations.worktree - babel.weblate.to.translations - babel.translations.to.master - babel.master.to.translations BTW: - changed some cd into pushd - removed obsolete `set -x` - remove not needed echo from `last_commit_message=$(echo ..` .github/workflows/translations-update.yml docs/dev/translation.rst Rename job to: "create PR for additons from weblate" Signed-off-by: Markus Heiser --- docs/dev/translation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/translation.rst') diff --git a/docs/dev/translation.rst b/docs/dev/translation.rst index bb4ac0317..c0e3c3851 100644 --- a/docs/dev/translation.rst +++ b/docs/dev/translation.rst @@ -55,8 +55,8 @@ Sync from *origin* to *weblate*: ``make babel.master.to.translations`` <.github/workflows/integration.yml>` checks for updated translations. Sync from *weblate* to *origin*: ``make babel.translations.to.master`` - Every Friday, the GitHub workflow :origin:`babel / translations: update master - branch <.github/workflows/translations-update.yml>` creates a PR with the + Every Friday, the GitHub workflow :origin:`babel / create PR for additons from + weblate <.github/workflows/translations-update.yml>` creates a PR with the updated translation files: - ``translation/messages.pot``, -- cgit v1.2.3