summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdam Tauber <adam.tauber@balabit.com>2015-01-07 11:49:11 +0100
committerAdam Tauber <adam.tauber@balabit.com>2015-01-07 11:49:11 +0100
commite4681da20f4dc2024609454771aa005bc05ba3f3 (patch)
treef1ce53d468a72bc751138a949355b8c0696e803d /utils
parent3b672039aab207d0002eac9d7406f0c5b3239df0 (diff)
parent05be069f424f478174b65e42fc2865148850060c (diff)
Merge branch 'Cqoicebordel-integrated-videos'
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update-translations.sh b/utils/update-translations.sh
index bac7d3c4c..2f9ab218f 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -9,7 +9,7 @@ SEARX_DIR='searx'
pybabel extract -F babel.cfg -o messages.pot $SEARX_DIR
for f in `ls $SEARX_DIR'/translations/'`; do
- pybabel update -i messages.pot -d $SEARX_DIR'/translations/' -l $f
+ 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