MINOR Changed "no_NO" locale for Norwegian into the more commonly used "nb_NO" in i18n class, meaning translations from translate.silverstripe.com can actually be selected now (fixes #5746) (from r107394)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112574 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 03:26:11 +00:00
parent 6351b16ab9
commit 380e0af8c0

View File

@ -469,7 +469,7 @@ class i18n extends Object {
'nl_NL' => 'Dutch (Netherlands)',
'nl_SR' => 'Dutch (Suriname)',
'nn_NO' => 'Norwegian Nynorsk (Norway)',
'no_NO' => 'Norwegian',
'nb_NO' => 'Norwegian',
'nod_TH' => 'Thai, Northern (Thailand)',
'noe_IN' => 'Nimadi (India)',
'nso_ZA' => 'Northern Sotho (South Africa)',
@ -772,7 +772,7 @@ class i18n extends Object {
'mt_MT' => array('Maltese', 'Malti'),
'mr_IN' => array('Marathi', 'मराठी'),
'ne_NP' => array('Nepali', 'नेपाली'),
'no_NO' => array('Norwegian', 'Norsk'),
'nb_NO' => array('Norwegian', 'Norsk'),
'om_ET' => array('Oromo', 'Afaan Oromo'),
'fa_IR' => array('Persian', 'فارسى'),
'pl_PL' => array('Polish', 'polski'),