r71888 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71887‎ | r71888 | r71889 >
Date:17:13, 29 August 2010
Author:siebrand
Status:ok
Tags:
Comment:
Merge languages updates to 1.16wmf4. Full or partial merge of the following revs:
* r71693: Danish (dk) (removed deprecated language code), Fiji Hindi (Devangari script) (removed because of very low localisation level).
* r65441: (bug 23283) Native name for Old English -> Ænglisc
* r70029: Adding several new localisations: Moroccan Spoken Arabic (ary), Banjar (bjn), Kabardian (kdb), Kabardian (Cyrillic) (kbd-cyrl), Dutch (informal) (nl-informal). All empty files; LocalisationUpdate should take care of importing whatever is available.
* r65758: (bug 23364) Changed native name for Azerbaijani.
* r66912 / r70463: Update fallback for Uighur from ug-latn to ug-arab)
Modified paths:
  • /branches/wmf/1.16wmf4/languages/Names.php (modified) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesAry.php (added) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesBjn.php (added) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesDk.php (deleted) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesHif_deva.php (deleted) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesKbd.php (added) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesKbd_cyrl.php (added) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesNl_informal.php (added) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesUg.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/languages/messages/MessagesHif_deva.php
@@ -1,20 +0,0 @@
2 -<?php
3 -/** फ़ीजी हिन्दी (फ़ीजी हिन्दी)
4 - *
5 - * See MessagesQqq.php for message documentation incl. usage of parameters
6 - * To improve a translation please visit http://translatewiki.net
7 - *
8 - * @ingroup Language
9 - * @file
10 - *
11 - * @author Girmitya
12 - * @author Thakurji
13 - */
14 -
15 -$messages = array(
16 -'talkpagelinktext' => 'बातचीत',
17 -
18 -# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
19 -'mainpage' => 'मुख्य पृष्ठ',
20 -
21 -);
Index: branches/wmf/1.16wmf4/languages/messages/MessagesDk.php
@@ -1,12 +0,0 @@
2 -<?php
3 -/** Danish
4 - *
5 - * See MessagesQqq.php for message documentation incl. usage of parameters
6 - * To improve a translation please visit http://translatewiki.net
7 - *
8 - * @ingroup Language
9 - * @file
10 - * @comment Deprecated code. Falls back to 'dk'.
11 - */
12 -
13 -$fallback = 'da';
Index: branches/wmf/1.16wmf4/languages/messages/MessagesAry.php
@@ -0,0 +1,12 @@
 2+<?php
 3+/** Moroccan Spoken Arabic (Maġribi)
 4+ *
 5+ * See MessagesQqq.php for message documentation incl. usage of parameters
 6+ * To improve a translation please visit http://translatewiki.net
 7+ *
 8+ * @ingroup Language
 9+ * @file
 10+ */
 11+
 12+$messages = array(
 13+);
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesAry.php
___________________________________________________________________
Added: svn:mergeinfo
114 Merged /trunk/phase3:r70029
Added: svn:eol-style
215 + native
Index: branches/wmf/1.16wmf4/languages/messages/MessagesBjn.php
@@ -0,0 +1,14 @@
 2+<?php
 3+/** Bahasa Banjar (Bahasa Banjar)
 4+ *
 5+ * See MessagesQqq.php for message documentation incl. usage of parameters
 6+ * To improve a translation please visit http://translatewiki.net
 7+ *
 8+ * @ingroup Language
 9+ * @file
 10+ */
 11+
 12+$fallback = 'id';
 13+
 14+$messages = array(
 15+);
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesBjn.php
___________________________________________________________________
Added: svn:mergeinfo
116 Merged /trunk/phase3:r70029
Added: svn:eol-style
217 + native
Index: branches/wmf/1.16wmf4/languages/messages/MessagesKbd_cyrl.php
@@ -0,0 +1,14 @@
 2+<?php
 3+/** Kabardian (Cyrillic) (къэбэрдеибзэ/qabardjajəbza (Cyrillic))
 4+ *
 5+ * See MessagesQqq.php for message documentation incl. usage of parameters
 6+ * To improve a translation please visit http://translatewiki.net
 7+ *
 8+ * @ingroup Language
 9+ * @file
 10+ */
 11+
 12+$fallback = 'ru';
 13+
 14+$messages = array(
 15+);
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesKbd_cyrl.php
___________________________________________________________________
Added: svn:mergeinfo
116 Merged /trunk/phase3:r70029
Added: svn:eol-style
217 + native
Index: branches/wmf/1.16wmf4/languages/messages/MessagesUg.php
@@ -6,7 +6,7 @@
77 *
88 * @ingroup Language
99 * @file
10 - * @comment falls back to Uyghurche‎ (Latin)
 10+ * @comment falls back to Uighur (Arabic script) - ug-arab.
1111 */
1212
13 -$fallback = 'ug-latn';
 13+$fallback = 'ug-arab';
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesUg.php
___________________________________________________________________
Added: svn:mergeinfo
1414 Merged /trunk/phase3:r66912
Index: branches/wmf/1.16wmf4/languages/messages/MessagesKbd.php
@@ -0,0 +1,12 @@
 2+<?php
 3+/** Kabardian
 4+ *
 5+ * See MessagesQqq.php for message documentation incl. usage of parameters
 6+ * To improve a translation please visit http://translatewiki.net
 7+ *
 8+ * @ingroup Language
 9+ * @file
 10+ * @comment falls back to Kabardian (Cyrillic)
 11+ */
 12+
 13+$fallback = 'kbd-cyrl';
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesKbd.php
___________________________________________________________________
Added: svn:mergeinfo
114 Merged /trunk/phase3:r70029
Added: svn:eol-style
215 + native
Index: branches/wmf/1.16wmf4/languages/messages/MessagesNl_informal.php
@@ -0,0 +1,14 @@
 2+<?php
 3+/** Nederlands (informeel) (Nederlands (informeel))
 4+ *
 5+ * See MessagesQqq.php for message documentation incl. usage of parameters
 6+ * To improve a translation please visit http://translatewiki.net
 7+ *
 8+ * @ingroup Language
 9+ * @file
 10+ */
 11+
 12+$fallback = 'nl';
 13+
 14+$messages = array(
 15+);
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesNl_informal.php
___________________________________________________________________
Added: svn:mergeinfo
116 Merged /trunk/phase3:r70029
Added: svn:eol-style
217 + native
Index: branches/wmf/1.16wmf4/languages/Names.php
@@ -15,17 +15,18 @@
1616 'als' => 'Alemannisch', # Alemannic -- not a valid code, for compatibility. See gsw.
1717 'am' => 'አማርኛ', # Amharic
1818 'an' => 'Aragonés', # Aragonese
19 - 'ang' => 'Anglo-Saxon', # Old English
 19+ 'ang' => 'Ænglisc', # Old English (Bug 23283)
2020 'ar' => 'العربية', # Arabic
2121 'arc' => 'ܐܪܡܝܐ', # Aramaic
2222 'arn' => 'Mapudungun', # Mapuche, Mapudungu, Araucanian (Araucano)
 23+ 'ary' => 'Maġribi', # Moroccan Spoken Arabic
2324 'arz' => 'مصرى', # Egyptian Spoken Arabic
2425 'as' => 'অসমীয়া', # Assamese
2526 'ast' => 'Asturianu', # Asturian
2627 'av' => 'Авар', # Avar
2728 'avk' => 'Kotava', # Kotava
2829 'ay' => 'Aymar aru', # Aymara
29 - 'az' => 'Azərbaycan', # Azerbaijani
 30+ 'az' => 'Azərbaycanca', # Azerbaijani
3031 'ba' => 'Башҡорт', # Bashkir
3132 'bar' => 'Boarisch', # Bavarian (Austro-Bavarian and South Tyrolean)
3233 'bat-smg' => 'Žemaitėška', # Samogitian
@@ -37,6 +38,7 @@
3839 'bg' => 'Български', # Bulgarian
3940 'bh' => 'भोजपुरी', # Bhojpuri
4041 'bi' => 'Bislama', # Bislama
 42+ 'bjn' => 'Bahasa Banjar', # Banjarese
4143 'bm' => 'Bamanankan', # Bambara
4244 'bn' => 'বাংলা', # Bengali
4345 'bo' => 'བོད་ཡིག', # Tibetan
@@ -75,7 +77,6 @@
7678 'de-ch' => 'Schweizer Hochdeutsch', # Swiss Standard German
7779 'de-formal' => 'Deutsch (Sie-Form)', # German - formal address ("Sie")
7880 'diq' => 'Zazaki', # Zazaki
79 - 'dk' => 'Dansk (deprecated:da)', # Unused code currently falls back to Danish, 'da' is correct for the language
8081 'dsb' => 'Dolnoserbski', # Lower Sorbian
8182 'dv' => 'ދިވެހިބަސް', # Dhivehi
8283 'dz' => 'ཇོང་ཁ', # Bhutani
@@ -120,8 +121,7 @@
121122 'haw' => 'Hawai`i', # Hawaiian
122123 'he' => 'עברית', # Hebrew
123124 'hi' => 'हिन्दी', # Hindi
124 - 'hif' => 'Fiji Hindi', # Fijian Hindi (falls back to hif-latn)
125 - 'hif-deva' => 'फ़ीजी हिन्दी', # Fiji Hindi (devangari)
 125+ 'hif' => 'Fiji Hindi', # Fijian Hindi (multiple scripts - defaults to Latin)
126126 'hif-latn' => 'Fiji Hindi', # Fiji Hindi (latin)
127127 'hil' => 'Ilonggo', # Hiligaynon
128128 'ho' => 'Hiri Motu', # Hiri Motu
@@ -152,6 +152,8 @@
153153 'ka' => 'ქართული', # Georgian
154154 'kaa' => 'Qaraqalpaqsha', # Karakalpak
155155 'kab' => 'Taqbaylit', # Kabyle
 156+ 'kbd' => 'къэбэрдеибзэ/qabardjajəbza', # Kabardian (multiple scripts - defaults to Cyrillic)
 157+ 'kbd-cyrl' => 'къэбэрдеибзэ', # Kabardian (Cyrillic)
156158 'kg' => 'Kongo', # Kongo, (FIXME!) should probaly be KiKongo or KiKoongo
157159 'ki' => 'Gĩkũyũ', # Gikuyu
158160 'kiu' => 'Kırmancki', # Kirmanjki
@@ -231,6 +233,7 @@
232234 'ng' => 'Oshiwambo', # Ndonga
233235 'niu' => 'Niuē', # Niuean
234236 'nl' => 'Nederlands', # Dutch
 237+ 'nl-informal' => 'Nederlands (informeel)', # Dutch (informal address ("je"))
235238 'nn' => "\xE2\x80\xAANorsk (nynorsk)\xE2\x80\xAC", # Norwegian (Nynorsk)
236239 'no' => "\xE2\x80\xAANorsk (bokmål)\xE2\x80\xAC", # Norwegian
237240 'nov' => 'Novial', # Novial
@@ -335,9 +338,9 @@
336339 'ty' => 'Reo Mā`ohi', # Tahitian
337340 'tyv' => 'Тыва дыл', # Tyvan
338341 'udm' => 'Удмурт', # Udmurt
339 - 'ug' => 'Uyghurche‎ / ئۇيغۇرچە', # Uyghur (multiple scripts - defaults to Latin)
340 - 'ug-arab' => 'ئۇيغۇرچە', # Uyghur (Arabic script)
341 - 'ug-latn' => 'Uyghurche‎', # Uyghur (Latin script - default)
 342+ 'ug' => 'ئۇيغۇرچە / Uyghurche‎', # Uyghur (multiple scripts - defaults to Arabic)
 343+ 'ug-arab' => 'ئۇيغۇرچە', # Uyghur (Arabic script) (default)
 344+ 'ug-latn' => 'Uyghurche‎', # Uyghur (Latin script)
342345 'uk' => 'Українська', # Ukrainian
343346 'ur' => 'اردو', # Urdu
344347 'uz' => 'O\'zbek', # Uzbek
Property changes on: branches/wmf/1.16wmf4/languages/Names.php
___________________________________________________________________
Modified: svn:mergeinfo
345348 Merged /trunk/phase3:r65441,65758,66912,70029,71693

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65441* (bug 23283) Native name for Old English -> Ængliscraymond20:21, 22 April 2010
r65758* (bug 23364) Changed native name for Azerbaijani.raymond19:24, 1 May 2010
r66912Update fallback for Uighur from ug-latn to ug-arab.siebrand08:30, 26 May 2010
r70029Localisation updates for core messages from translatewiki.net. Adding several...siebrand19:36, 27 July 2010
r70463Follow-up r66912: Update fallback for Uighur from ug-latn to ug-arab)siebrand14:41, 4 August 2010
r71693* Danish (dk) (removed deprecated language code)...siebrand08:03, 26 August 2010

Status & tagging log