Remove Italian from incubating languages

This commit is contained in:
Raphael Michel
2020-06-18 12:13:17 +02:00
parent 6362c27cba
commit 016dd88e8b

View File

@@ -424,7 +424,7 @@ LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pt-br', 'pl', 'it',
'pt-br', 'pl',
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
LANGUAGES_RTL = {
'ar', 'hw'