From 77a4c022094a0db19b05345d79041a4cd078fcfd Mon Sep 17 00:00:00 2001 From: alexgabi Date: Thu, 13 Feb 2025 20:22:19 +0100 Subject: [PATCH] Update sxng_locales.py Add basque language to locales --- searx/sxng_locales.py | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/sxng_locales.py b/searx/sxng_locales.py index 2ff2b2cd6..d28b193eb 100644 --- a/searx/sxng_locales.py +++ b/searx/sxng_locales.py @@ -48,6 +48,7 @@ sxng_locales = ( ('es-PE', 'Español', 'Perú', 'Spanish', '\U0001f1f5\U0001f1ea'), ('et', 'Eesti', '', 'Estonian', '\U0001f310'), ('et-EE', 'Eesti', 'Eesti', 'Estonian', '\U0001f1ea\U0001f1ea'), + ('eu', 'Euskara', '', 'Basque', '\U0001f310'), ('fa', 'فارسی', '', 'Persian', '\U0001f310'), ('fi', 'Suomi', '', 'Finnish', '\U0001f310'), ('fi-FI', 'Suomi', 'Suomi', 'Finnish', '\U0001f1eb\U0001f1ee'),