summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-translations.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/update-translations.sh b/utils/update-translations.sh
index 2f9ab218f..00e7fb1e0 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -10,8 +10,6 @@ SEARX_DIR='searx'
pybabel extract -F babel.cfg -o messages.pot $SEARX_DIR
for f in `ls $SEARX_DIR'/translations/'`; do
pybabel update -N -i messages.pot -d $SEARX_DIR'/translations/' -l $f
- # TODO - need to fix category translations
- sed -i 's/#~ //' $SEARX_DIR'/translations/'$f'/LC_MESSAGES/messages.po'
done
echo '[!] update done, edit .po files if required and run pybabel compile -d searx/translations/'