Add support for the Silesian language

This commit is contained in:
Alexandre FLAMENT 2022-05-06 09:40:45 +00:00
parent 12a584c5dd
commit 550f70b1aa
2 changed files with 7 additions and 0 deletions

View file

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