mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
l10n.py: LANG comment pass
This commit is contained in:
parent
2351ee0f02
commit
cc0e39b7c2
1
l10n.py
1
l10n.py
@ -190,6 +190,7 @@ class _Translations:
|
||||
def available_names(self) -> Dict[Optional[str], str]:
|
||||
"""Available language names by code."""
|
||||
names: Dict[Optional[str], str] = OrderedDict([
|
||||
# LANG: The system default language choice in Settings > Appearance
|
||||
(None, _('Default')), # Appearance theme and language setting
|
||||
])
|
||||
names.update(sorted(
|
||||
|
Loading…
x
Reference in New Issue
Block a user