forked from CGM_Public/pretix_original
Add lang_info for pt-pt
This commit is contained in:
@@ -472,6 +472,12 @@ EXTRA_LANG_INFO = {
|
|||||||
'name': 'Latvian',
|
'name': 'Latvian',
|
||||||
'name_local': 'Latviešu'
|
'name_local': 'Latviešu'
|
||||||
},
|
},
|
||||||
|
'pt-pt': {
|
||||||
|
'bidi': False,
|
||||||
|
'code': 'pt-pt',
|
||||||
|
'name': 'Portuguese',
|
||||||
|
'name_local': 'Português',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
django.conf.locale.LANG_INFO.update(EXTRA_LANG_INFO)
|
django.conf.locale.LANG_INFO.update(EXTRA_LANG_INFO)
|
||||||
|
|||||||
Reference in New Issue
Block a user