Created Translation (markdown)

Adam Tauber 2014-03-08 06:25:23 -08:00
parent cff2c1a5fd
commit 198197d26e
1 changed files with 14 additions and 0 deletions

14
Translation.md Normal file

@ -0,0 +1,14 @@
run these commands in the root directory of searx
### Add new language
`pybabel init -i messages.pot -d searx/translations -l it`
### Update .po files
`./utils/update-translations.sh`
### Compile translations
`pybabel compile -d searx/translations`