r25665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25664‎ | r25665 | r25666 >
Date:15:59, 8 September 2007
Author:siebrand
Status:old
Tags:
Comment:
Set fallback for Frisian (fy) and Zealandic (zea) to Dutch (nl)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesFy.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesZea.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesFy.php
@@ -5,6 +5,8 @@
66 *
77 */
88
 9+$fallback = 'nl';
 10+
911 $skinNames = array(
1012 'standard' => 'Standert',
1113 'nostalgia' => 'Nostalgy',
Index: trunk/phase3/languages/messages/MessagesZea.php
@@ -5,7 +5,9 @@
66 * @addtogroup Language
77 * @author Rob Church <robchur@gmail.com>
88 */
9 -
 9+
 10+$fallback = 'nl';
 11+
1012 /**
1113 * Namespace names
1214 * (bug 8708)
@@ -30,5 +32,3 @@
3133 NS_CATEGORY => 'Categorie',
3234 NS_CATEGORY_TALK => 'Overleg_categorie',
3335 );
34 -
35 -
Index: trunk/phase3/RELEASE-NOTES
@@ -42,10 +42,12 @@
4343 * Danish (da)
4444 * German (de)
4545 * Persian (fa)
 46+* Frisian (fy)
4647 * French (fr)
4748 * Kazakh (kk)
4849 * Dutch (nl)
49 -* Slovenčina (sk}
 50+* Slovenčina (sk)
 51+* Zealandic (zea)
5052
5153 == Compatibility ==
5254

Follow-up revisions

RevisionCommit summaryAuthorDate
r25754Merged revisions 25607-25751 via svnmerge from...david23:02, 10 September 2007

Status & tagging log