[mod] manage - implement babel commands, drop update_translations.sh

In ./manage implement babel.*:

-  extract   : extract messages from source files and generate POT file
-  update    : update existing message catalogs from POT file
-  compile   : compile translation catalogs into binary MO files

Replace searx_extra/update/update_translations.sh by command:

- ci.babel.update

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2021-08-01 10:17:14 +02:00
committed by Alexandre Flament
parent 7fa7177759
commit 900baf2eae
4 changed files with 44 additions and 37 deletions

View File

@@ -77,7 +77,7 @@ test.shell:
# wrap ./manage script
MANAGE += buildenv
MANAGE += babel.compile
MANAGE += ci.babel.update babel.extract babel.update babel.compile
MANAGE += data.all data.languages data.useragents data.osm_keys_tags
MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean
MANAGE += docker.build docker.push docker.buildx