Update i18n.php

Correct common_languages for Norwegian to use 'nb' and not 'no'
This commit is contained in:
tscole 2014-06-23 14:50:36 +01:00
parent 6ff1d3ccbc
commit f329f3b313

View File

@ -854,7 +854,7 @@ class i18n extends Object implements TemplateGlobalProvider {
'name' => 'Nepali',
'native' => 'नेपाली'
),
'no' => array(
'nb' => array(
'name' => 'Norwegian',
'native' => 'Norsk'
),