Promote danish to an inofficial language

This commit is contained in:
Raphael Michel
2019-09-19 10:13:34 +02:00
parent 3a81706aeb
commit b7dea16db3

View File

@@ -413,7 +413,7 @@ LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pt-br', 'da', 'pl', 'it',
'pt-br', 'pl', 'it',
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
if DEBUG: