Skip to content

Commit

Permalink
Correct code for Norwegian.
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 12, 2010
1 parent 322671f commit da9bb3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/select_lang.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ function PMA_langDetails($lang) {
return array('ms|malay', 'malay-utf-8', 'ms', 'Bahasa Melayu');
case 'nl':
return array('nl|dutch', 'dutch-utf-8', 'nl', 'Nederlands');
case 'no':
return array('no|norwegian', 'norwegian-utf-8', 'no', 'Norsk');
case 'nb':
return array('nb|norwegian', 'norwegian-utf-8', 'nb', 'Norsk');
case 'pl':
return array('pl|polish', 'polish-utf-8', 'pl', 'Polski');
case 'pt_BR':
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/php2gettext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for lang in lang/*.inc.php ; do
mongolian) langcode='mn';;
malay) langcode='ms';;
dutch) langcode='nl';;
norwegian) langcode='no';;
norwegian) langcode='nb';;
polish) langcode='pl';;
brazilian_portuguese) langcode='pt_BR';;
portuguese) langcode='pt';;
Expand Down

0 comments on commit da9bb3c

Please sign in to comment.