Add lang attribute to <html> tag in presale

This commit is contained in:
Raphael Michel
2020-03-08 15:23:47 +01:00
parent 79ecb231f2
commit 23a52eb12a
3 changed files with 7 additions and 3 deletions

View File

@@ -440,13 +440,15 @@ EXTRA_LANG_INFO = {
'bidi': False,
'code': 'de-informal',
'name': 'German (informal)',
'name_local': 'Deutsch'
'name_local': 'Deutsch',
'public_code': 'de',
},
'nl-informal': {
'bidi': False,
'code': 'nl-informal',
'name': 'Dutch (informal)',
'name_local': 'Nederlands'
'name_local': 'Nederlands',
'public_code': 'nl',
},
'fr': {
'bidi': False,