diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-05-07 16:49:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 16:49:39 +0200 |
| commit | 385135accc3dae72eca09b53140d1f050d4785ba (patch) | |
| tree | 91c057e4a3983a1001a0ef8c55abe5b809ec4deb /searx/locales.py | |
| parent | 8511a1c125879a8a9aaaf215267f5ef6d090a5cc (diff) | |
| parent | 550f70b1aabd377ace73a011024eaa4ea13ffab4 (diff) | |
Merge pull request #1179 from searxng/translations_update
Update translations
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* '-')""" |