Rename no to nb (step 4/4): Change 'no' to 'nb' in remaining files.
This commit is contained in:
parent
1fb617591f
commit
481796bf58
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ $specialPageAliases['nl'] = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
/** Norwegian (bokmål) (Norsk (bokmål)) */
|
/** Norwegian (bokmål) (Norsk (bokmål)) */
|
||||||
$specialPageAliases['no'] = array(
|
$specialPageAliases['nb'] = array(
|
||||||
'ContributionScores' => array( 'Bidragspoeng' ),
|
'ContributionScores' => array( 'Bidragspoeng' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -1356,7 +1356,7 @@ Poeng som blir rekna ut på denne måten set endringsmangfald høgare enn endrin
|
||||||
* @author Jon Harald Søby
|
* @author Jon Harald Søby
|
||||||
* @author Nghtwlkr
|
* @author Nghtwlkr
|
||||||
*/
|
*/
|
||||||
$messages['no'] = array(
|
$messages['nb'] = array(
|
||||||
'contributionscores' => 'Bidragspoeng',
|
'contributionscores' => 'Bidragspoeng',
|
||||||
'contributionscores-desc' => 'Spør wikidatabasen etter det høyeste [[Special:ContributionScores|bidragsvolumet]]',
|
'contributionscores-desc' => 'Spør wikidatabasen etter det høyeste [[Special:ContributionScores|bidragsvolumet]]',
|
||||||
'contributionscores-info' => 'Bidragspoeng regnes ut på følgende måte:
|
'contributionscores-info' => 'Bidragspoeng regnes ut på følgende måte:
|
||||||
|
|
Loading…
Add table
Reference in a new issue