diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-09-12 15:46:00 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-09-12 15:46:00 +0200 |
commit | 3f2c10ef9cf47516eb0527ce88b8083f312ba77b (patch) | |
tree | 77a1cf768e0101b98c4c040bea2daaa8273c6f33 /manage | |
parent | c3473480f4255a81d83ac48201e0702778398d23 (diff) | |
download | searxng-3f2c10ef9cf47516eb0527ce88b8083f312ba77b.tar.gz searxng-3f2c10ef9cf47516eb0527ce88b8083f312ba77b.zip |
[fix] manage help(): commands babel.* has been renamed to weblate.*
In commit 97355672c the functions named babel.* has been renamed to weblate.*
but it was forgotten to change it also in the help().
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
-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 |