mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
searx.locale: add Dhivehi language
This commit is contained in:
parent
20d951fc5c
commit
d8dee21277
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user