r102891 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102890‎ | r102891 | r102892 >
Date:12:41, 13 November 2011
Author:santhosh
Status:resolved (Comments)
Tags:
Comment:
Oops, missed to notice the missed <?php. Reverting.
Modified paths:
  • /trunk/phase3/languages/Names.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Names.php
@@ -1,3 +1,4 @@
 2+<?php
23 /**
34 * These determine things like interwikis, language selectors, and so on.
45 * Safe to change without running scripts on the respective sites.
@@ -175,6 +176,9 @@
176177 'ko' => '한국어', # Korean
177178 'ko-kp' => '한국어 (조선)', # Korean (DPRK)
178179 'koi' => 'Перем Коми', # Komi-Permyak
 180+ 'kok' => 'कोंकणी',
 181+ 'kok-ml' => 'കൊങ്കണി',
 182+ 'kok-kn' => 'ಕೊಂಕಣಿ',
179183 'kr' => 'Kanuri', # Kanuri, Central
180184 'krc' => 'Къарачай-Малкъар', # Karachay-Balkar
181185 'kri' => 'Krio', # Krio
@@ -289,7 +293,7 @@
290294 # 'ruq-grek' => 'Βλαεστε', # Megleno-Romanian (Greek script)
291295 'ruq-latn' => 'Vlăheşte', # Megleno-Romanian (Latin script)
292296 'rw' => 'Kinyarwanda', # Kinyarwanda, should possibly be Kinyarwandi
293 - 'sa' => 'संस्कृतम्', # Sanskrit
 297+ 'sa' => 'संस्कृत', # Sanskrit
294298 'sah' => 'Саха тыла', # Sakha
295299 'sc' => 'Sardu', # Sardinian
296300 'scn' => 'Sicilianu', # Sicilian

Follow-up revisions

RevisionCommit summaryAuthorDate
r102952Remove the kok-* codes got added unintentionally in r102891.santhosh09:15, 14 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102889Correct the name of Sanskrit Language....santhosh12:22, 13 November 2011

Comments

#Comment by Catrope (talk | contribs)   07:02, 14 November 2011
+	'kok' => 'कोंकणी', 
+	'kok-ml' => 'കൊങ്കണി', 
+	'kok-kn' => 'ಕೊಂಕಣಿ',

Looks like these changes were unintended.

#Comment by Santhosh.thottingal (talk | contribs)   09:16, 14 November 2011

Fixed in r102952

Status & tagging log