mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Adding Greek to incubating languages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user