diff options
Diffstat (limited to 'utils/lib_sxng_weblate.sh')
| -rwxr-xr-x | utils/lib_sxng_weblate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_sxng_weblate.sh b/utils/lib_sxng_weblate.sh index 3486fa0eb..546d2636e 100755 --- a/utils/lib_sxng_weblate.sh +++ b/utils/lib_sxng_weblate.sh @@ -142,7 +142,7 @@ weblate.push.translations() { # update messages.pot in the master branch build_msg BABEL 'extract messages from source files and generate POT file' - pybabel extract -F babel.cfg \ + pybabel extract -F babel.cfg --project="SearXNG" --version="-" \ -o "${messages_pot}" \ "searx/" |