forked from CGM_Public/pretix_original
Add fi and pt-pt as incubating languages
This commit is contained in:
@@ -418,10 +418,12 @@ ALL_LANGUAGES = [
|
|||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
('nl-informal', _('Dutch (informal)')),
|
('nl-informal', _('Dutch (informal)')),
|
||||||
('fr', _('French')),
|
('fr', _('French')),
|
||||||
|
('fi', _('Finnish')),
|
||||||
('el', _('Greek')),
|
('el', _('Greek')),
|
||||||
('it', _('Italian')),
|
('it', _('Italian')),
|
||||||
('lv', _('Latvian')),
|
('lv', _('Latvian')),
|
||||||
('pl', _('Polish')),
|
('pl', _('Polish')),
|
||||||
|
('pt-pt', _('Portuguese (Portugal)')),
|
||||||
('pt-br', _('Portuguese (Brazil)')),
|
('pt-br', _('Portuguese (Brazil)')),
|
||||||
('ru', _('Russian')),
|
('ru', _('Russian')),
|
||||||
('es', _('Spanish')),
|
('es', _('Spanish')),
|
||||||
@@ -431,7 +433,7 @@ LANGUAGES_OFFICIAL = {
|
|||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
}
|
}
|
||||||
LANGUAGES_INCUBATING = {
|
LANGUAGES_INCUBATING = {
|
||||||
'pt-br', 'pl',
|
'pt-br', 'pl', 'fi', 'pt-pt'
|
||||||
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
|
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
|
||||||
LANGUAGES_RTL = {
|
LANGUAGES_RTL = {
|
||||||
'ar', 'hw'
|
'ar', 'hw'
|
||||||
|
|||||||
Reference in New Issue
Block a user