logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 5e26ce63be9a04b3029dd77c94d39fe8f6902fc6
parent cacdb064db434d7775ffa9bf2e88433de3a5e6e8
Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com>
Date:   Mon,  5 Jan 2015 20:55:56 +0100

Don't create fuzzy translation

Diffstat:

Mutils/update-translations.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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