diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-08-01 10:17:14 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-08-02 10:06:27 +0200 |
commit | 900baf2eaefcde51c6de740cde3f0a99eb2f0791 (patch) | |
tree | d8213a8a4ddf7d119424bf7eff3446e297128820 /Makefile | |
parent | 7fa7177759d46b55b9c3684df174832496877988 (diff) | |
download | searxng-900baf2eaefcde51c6de740cde3f0a99eb2f0791.tar.gz searxng-900baf2eaefcde51c6de740cde3f0a99eb2f0791.zip |
[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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |