Add Czech translation

This commit is contained in:
luto
2022-04-06 19:45:58 +02:00
committed by Raphael Michel
parent 35c443f90f
commit e4817518d8

View File

@@ -525,12 +525,13 @@ ALL_LANGUAGES = [
('es', _('Spanish')),
('tr', _('Turkish')),
('gl', _('Galician')),
('cs', _('Czech')),
]
LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pl', 'fi', 'pt-br', 'gl'
'pl', 'fi', 'pt-br', 'gl', 'cs'
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
LANGUAGES_RTL = {
'ar', 'hw'