mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Remove Italian from incubating languages
This commit is contained in:
@@ -424,7 +424,7 @@ LANGUAGES_OFFICIAL = {
|
|||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
}
|
}
|
||||||
LANGUAGES_INCUBATING = {
|
LANGUAGES_INCUBATING = {
|
||||||
'pt-br', 'pl', 'it',
|
'pt-br', 'pl',
|
||||||
} - 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