mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
French gets a capital F
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user