mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update i18n.php
Correct common_languages for Norwegian to use 'nb' and not 'no'
This commit is contained in:
parent
6ff1d3ccbc
commit
f329f3b313
@ -854,7 +854,7 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'name' => 'Nepali',
|
||||
'native' => 'नेपाली'
|
||||
),
|
||||
'no' => array(
|
||||
'nb' => array(
|
||||
'name' => 'Norwegian',
|
||||
'native' => 'Norsk'
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user