summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdam Tauber <adam.tauber@balabit.com>2015-01-07 11:48:36 +0100
committerAdam Tauber <adam.tauber@balabit.com>2015-01-07 11:48:36 +0100
commit05be069f424f478174b65e42fc2865148850060c (patch)
treef1ce53d468a72bc751138a949355b8c0696e803d /utils
parent3b672039aab207d0002eac9d7406f0c5b3239df0 (diff)
parenta723936ad4d36a8454f98017cf611ebd02343147 (diff)
Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx into Cqoicebordel-integrated-videos
Conflicts: searx/engines/vimeo.py
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