Add lang_info for pt-pt

This commit is contained in:
Raphael Michel
2020-10-28 18:17:56 +01:00
parent ec7be3bd07
commit ed12fd3cd5

View File

@@ -472,6 +472,12 @@ EXTRA_LANG_INFO = {
'name': 'Latvian',
'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)