Add Galician as an incubating language

This commit is contained in:
Raphael Michel
2021-10-29 10:23:57 +02:00
parent 884bba0088
commit 403c4f4499

View File

@@ -514,12 +514,13 @@ ALL_LANGUAGES = [
('ru', _('Russian')),
('es', _('Spanish')),
('tr', _('Turkish')),
('gl', _('Galician')),
]
LANGUAGES_OFFICIAL = {
'en', 'de', 'de-informal'
}
LANGUAGES_INCUBATING = {
'pl', 'fi', 'pt-br'
'pl', 'fi', 'pt-br', 'gl'
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
LANGUAGES_RTL = {
'ar', 'hw'