diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-08-09 18:03:25 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-08-16 12:00:16 +0200 |
commit | 0dc8d244c51ca391538c31bc34bc9ef9806d1a62 (patch) | |
tree | e442760e14786cef46f1a02d2c3b227ae2bfc10c /docs/dev/translation.rst | |
parent | 640ffa3aaae94faa7eeebac8f2aba32031cf85dd (diff) | |
download | searxng-0dc8d244c51ca391538c31bc34bc9ef9806d1a62.tar.gz searxng-0dc8d244c51ca391538c31bc34bc9ef9806d1a62.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/translation.rst')
-rw-r--r-- | docs/dev/translation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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``, |