mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update i18n.php
Norwegian should use 'nb' and not 'no' in common languages array
This commit is contained in:
parent
d76486344a
commit
32c2028368
@ -692,7 +692,7 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'mt' => array('Maltese', 'Malti'),
|
||||
'mr' => array('Marathi', 'मराठी'),
|
||||
'ne' => array('Nepali', 'नेपाली'),
|
||||
'no' => array('Norwegian', 'Norsk'),
|
||||
'nb' => array('Norwegian', 'Norsk'),
|
||||
'om' => array('Oromo', 'Afaan Oromo'),
|
||||
'fa' => array('Persian', 'فارسى'),
|
||||
'pl' => array('Polish', 'polski'),
|
||||
|
Loading…
Reference in New Issue
Block a user