From 900baf2eaefcde51c6de740cde3f0a99eb2f0791 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 1 Aug 2021 10:17:14 +0200 Subject: [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 --- manage | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) (limited to 'manage') diff --git a/manage b/manage index df6b1c7d1..42c617f5b 100755 --- a/manage +++ b/manage @@ -44,8 +44,10 @@ help() { cat <