forked from CGM_Public/pretix_original
Support for right-to-left languages (#1438)
* play around * Flip things in presale * Convert backend * Remove test settings * Safe getattr
This commit is contained in:
@@ -415,6 +415,9 @@ LANGUAGES_OFFICIAL = {
|
||||
LANGUAGES_INCUBATING = {
|
||||
'pt-br', 'pl', 'it',
|
||||
} - set(config.get('languages', 'allow_incubating', fallback='').split(','))
|
||||
LANGUAGES_RTL = {
|
||||
'ar', 'hw'
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
LANGUAGES = ALL_LANGUAGES
|
||||
|
||||
Reference in New Issue
Block a user