diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-26 06:22:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 06:22:46 +0200 |
| commit | 649a8dd577b7db5549a34af6f667daf1b61ffb6b (patch) | |
| tree | bae5c18a77fa71ccc7e5df4aec9082201d5d6fd8 /utils | |
| parent | 02cbdf468b316d9c9609d35ec2a9d0916c6def4c (diff) | |
[fix] cleanup: rename `searx` leftovers to `SearXNG` (#5049)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
| -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/" |