mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Adding Greek to incubating languages
This commit is contained in:
@@ -400,12 +400,13 @@ ALL_LANGUAGES = [
|
|||||||
('pl', _('Polish')),
|
('pl', _('Polish')),
|
||||||
('it', _('Italian')),
|
('it', _('Italian')),
|
||||||
('zh-hans', _('Chinese (simplified)')),
|
('zh-hans', _('Chinese (simplified)')),
|
||||||
|
('el', _('Greek'))
|
||||||
]
|
]
|
||||||
LANGUAGES_OFFICIAL = {
|
LANGUAGES_OFFICIAL = {
|
||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
}
|
}
|
||||||
LANGUAGES_INCUBATING = {
|
LANGUAGES_INCUBATING = {
|
||||||
'pt-br', 'da', 'pl', 'it'
|
'pt-br', 'da', 'pl', 'it', 'el'
|
||||||
}
|
}
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
|||||||
Reference in New Issue
Block a user