From d8dee2127772333964a19ddf3eca3aa1cb2b9bd4 Mon Sep 17 00:00:00 2001 From: Alexandre FLAMENT Date: Fri, 4 Nov 2022 16:49:43 +0000 Subject: [PATCH] searx.locale: add Dhivehi language --- searx/locales.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/searx/locales.py b/searx/locales.py index 2cf06796..8547e7fa 100644 --- a/searx/locales.py +++ b/searx/locales.py @@ -35,6 +35,7 @@ RTL_LOCALES: Set[str] = set() :py:obj:`locales_initialize`).""" ADDITIONAL_TRANSLATIONS = { + "dv": "ދިވެހި (Dhivehi)", "oc": "Occitan", "szl": "Ślōnski (Silesian)", "pap": "Papiamento", @@ -43,6 +44,7 @@ ADDITIONAL_TRANSLATIONS = { python-babel (see :py:obj:`locales_initialize`).""" LOCALE_BEST_MATCH = { + "dv": "si", "oc": 'fr-FR', "szl": "pl", "nl-BE": "nl",