[fix] category name i18n - closes #221

This commit is contained in:
Adam Tauber 2015-02-10 23:14:37 +01:00
parent f8a5f7d675
commit e43f61069a
2 changed files with 10 additions and 2 deletions

View file

@ -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/'