forked from CGM_Public/pretix_original
Explicitly write Latvian with L
This commit is contained in:
@@ -449,6 +449,12 @@ EXTRA_LANG_INFO = {
|
|||||||
'name': 'French',
|
'name': 'French',
|
||||||
'name_local': 'Français'
|
'name_local': 'Français'
|
||||||
},
|
},
|
||||||
|
'lv': {
|
||||||
|
'bidi': False,
|
||||||
|
'code': 'lv',
|
||||||
|
'name': 'Latvian',
|
||||||
|
'name_local': 'Latviešu'
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
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