diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-11-04 16:49:43 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-11-05 21:26:15 +0000 |
commit | d8dee2127772333964a19ddf3eca3aa1cb2b9bd4 (patch) | |
tree | d2ac8f4058bb6aa75f15bcd3f5ab11e8cd45c8f3 /searx/locales.py | |
parent | 20d951fc5cd258280e11871ee33d36e5227474c5 (diff) | |
download | searxng-d8dee2127772333964a19ddf3eca3aa1cb2b9bd4.tar.gz searxng-d8dee2127772333964a19ddf3eca3aa1cb2b9bd4.zip |
searx.locale: add Dhivehi language
Diffstat (limited to 'searx/locales.py')
-rw-r--r-- | searx/locales.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/locales.py b/searx/locales.py index 2cf06796a..8547e7fa7 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", |