From f31a3a2053b07b834c5143bd6be4eaf05c1a014d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 9 Oct 2024 11:59:31 +0200 Subject: [chore] *: fix typos detected by typos-cli --- searxng_extra/update/update_locales.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searxng_extra/update/update_locales.py') 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(): -- cgit v1.2.3