Adding Greek to incubating languages

This commit is contained in:
Martin Gross
2019-05-27 17:02:26 +02:00
parent db63e20708
commit 92c9216fbd

View File

@@ -400,12 +400,13 @@ ALL_LANGUAGES = [
('pl', _('Polish')),
('it', _('Italian')),
('zh-hans', _('Chinese (simplified)')),
('el', _('Greek'))
]
LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pt-br', 'da', 'pl', 'it'
'pt-br', 'da', 'pl', 'it', 'el'
}
if DEBUG: