Explicitly write Latvian with L

This commit is contained in:
Raphael Michel
2019-11-13 10:08:51 +01:00
parent 0e9d2cfc10
commit 2ab3e1d420

View File

@@ -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)