restore special case for kab, as iso-codes in bionic is too old

This commit is contained in:
Michael Hudson-Doyle 2021-02-10 14:28:04 +13:00
parent 257ba251db
commit f6b70096df
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
console:en_US:English
console:en_GB:English (UK)
ssh:kab:Taqbaylit
console:ca:Català
ssh:zh_CN:中文(简体)
console:hr:Hrvatski
@ -24,5 +25,4 @@ console:sv:Svenska
ssh:bo:བོད་ཡིག
console:uk:Українська
console:nb:Norsk bokmål
ssh:kab:Taqbaylit
ssh:oc:Occitan (aprèp 1500)

View File

@ -25,6 +25,7 @@ if not translations:
langs = [
('console', 'en_US', 'English'),
('console', 'en_GB', 'English (UK)'),
('ssh', 'kab', 'Taqbaylit'),
]
for level, code, name in langs: