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)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107394 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-07-01 21:33:25 +00:00 committed by Sam Minnee
parent 4138b3e74b
commit 342d739504

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'),