diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-13 09:09:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 09:09:48 +0200 |
commit | 823a2fc7926441ba4375d74340a7ab08ac85ef9d (patch) | |
tree | 55d90e55b7b5ed861268c09932ec7c957ad4a9a1 | |
parent | 97acedd9fe4f83848a4c49e222d4cad118fcd295 (diff) | |
parent | 3f2c10ef9cf47516eb0527ce88b8083f312ba77b (diff) | |
download | searxng-823a2fc7926441ba4375d74340a7ab08ac85ef9d.tar.gz searxng-823a2fc7926441ba4375d74340a7ab08ac85ef9d.zip |
Merge pull request #317 from return42/fix-manage-usage
[fix] manage help(): commands babel.* has been renamed to weblate.*
-rwxr-xr-x | manage | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,9 +44,9 @@ help() { cat <<EOF buildenv: rebuild ./utils/brand.env -babel.: - master.to.translations: update the translations branch from the messages of the master branch. - translations.to.master: copy change from the translations branch to the master branch. +weblate.: + push.translations: push translation changes from SearXNG to Weblate's counterpart + to.translations: Update 'translations' branch with last additions from Weblate. data.: all : update searx/languages.py and ./data/* languages : update searx/data/engines_languages.json & searx/languages.py |