diff options
Diffstat (limited to 'searxng_extra/update/update_locales.py')
-rwxr-xr-x | searxng_extra/update/update_locales.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searxng_extra/update/update_locales.py b/searxng_extra/update/update_locales.py index 04abaecda..ef7a91263 100755 --- a/searxng_extra/update/update_locales.py +++ b/searxng_extra/update/update_locales.py @@ -25,7 +25,7 @@ from searx.locales import ( ) LOCALE_DATA_FILE = Path(searx_dir) / 'data' / 'locales.json' -TRANSLATOINS_FOLDER = Path(searx_dir) / 'translations' +TRANSLATIONS_FOLDER = Path(searx_dir) / 'translations' def main(): |