forked from CGM_Public/pretix_original
French gets a capital F
This commit is contained in:
@@ -434,6 +434,12 @@ EXTRA_LANG_INFO = {
|
|||||||
'name': 'Dutch (informal)',
|
'name': 'Dutch (informal)',
|
||||||
'name_local': 'Nederlands'
|
'name_local': 'Nederlands'
|
||||||
},
|
},
|
||||||
|
'fr': {
|
||||||
|
'bidi': False,
|
||||||
|
'code': 'fr',
|
||||||
|
'name': 'French',
|
||||||
|
'name_local': 'Français'
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
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