Promote Greek to an inofficial language

This commit is contained in:
Raphael Michel
2019-05-29 16:09:37 +02:00
parent 58ce1cbab7
commit 8a5332f415

View File

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