French gets a capital F

This commit is contained in:
Raphael Michel
2019-08-06 10:01:36 +02:00
parent be37e3635b
commit 661cba876f

View File

@@ -434,6 +434,12 @@ EXTRA_LANG_INFO = {
'name': 'Dutch (informal)',
'name_local': 'Nederlands'
},
'fr': {
'bidi': False,
'code': 'fr',
'name': 'French',
'name_local': 'Français'
},
}
django.conf.locale.LANG_INFO.update(EXTRA_LANG_INFO)