Add fi and pt-pt as incubating languages

This commit is contained in:
Raphael Michel
2020-10-24 12:19:00 +02:00
parent 3b6ce19959
commit 38e067da9c

View File

@@ -418,10 +418,12 @@ ALL_LANGUAGES = [
('nl', _('Dutch')),
('nl-informal', _('Dutch (informal)')),
('fr', _('French')),
('fi', _('Finnish')),
('el', _('Greek')),
('it', _('Italian')),
('lv', _('Latvian')),
('pl', _('Polish')),
('pt-pt', _('Portuguese (Portugal)')),
('pt-br', _('Portuguese (Brazil)')),
('ru', _('Russian')),
('es', _('Spanish')),
@@ -431,7 +433,7 @@ LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pt-br', 'pl',
'pt-br', 'pl', 'fi', 'pt-pt'
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
LANGUAGES_RTL = {
'ar', 'hw'