Fix missing language info for nb-NO (default is just nb) (Z#23177041)

This commit is contained in:
Raphael Michel
2025-01-22 15:57:47 +01:00
parent 23e58996bc
commit a6d1af01d2

View File

@@ -163,6 +163,12 @@ EXTRA_LANG_INFO = {
'name': 'Portuguese',
'name_local': 'Português',
},
'nb-no': {
'bidi': False,
'code': 'nb-no',
'name': 'Norwegian Bokmal',
'name_local': 'norsk (bokmål)',
},
}
django.conf.locale.LANG_INFO.update(EXTRA_LANG_INFO)