diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-05-06 09:40:45 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-05-06 09:40:45 +0000 |
commit | 550f70b1aabd377ace73a011024eaa4ea13ffab4 (patch) | |
tree | cc7334f0d304a966689989f4c6ad4d3d83048326 /searx/locales.py | |
parent | 12a584c5dd2ebac4ea33630479fcb87fe3e11497 (diff) | |
download | searxng-550f70b1aabd377ace73a011024eaa4ea13ffab4.tar.gz searxng-550f70b1aabd377ace73a011024eaa4ea13ffab4.zip |
Add support for the Silesian language
Diffstat (limited to 'searx/locales.py')
-rw-r--r-- | searx/locales.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/locales.py b/searx/locales.py index 62f64204f..677b13334 100644 --- a/searx/locales.py +++ b/searx/locales.py @@ -13,6 +13,7 @@ from babel import Locale LOCALE_NAMES = { "oc": "Occitan", "nl-BE": "Vlaams (Dutch, Belgium)", + "szl": "Ślōnski (Silesian)", } """Mapping of locales and their description. Locales e.g. 'fr' or 'pt-BR' (delimiter is *underline* '-')""" |