1
0

kivy: settings: better handling of "default" language

This commit is contained in:
SomberNight
2021-09-15 19:52:40 +02:00
parent 7cb11ceda4
commit 4293d6eca0
2 changed files with 12 additions and 4 deletions

View File

@@ -84,3 +84,4 @@ languages = {
'zh_CN': _('Chinese Simplified'),
'zh_TW': _('Chinese Traditional')
}
assert '' in languages