diff options
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* '-')""" |