r12509 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12508‎ | r12509 | r12510 >
Date:12:32, 8 January 2006
Author:hashar
Status:old
Tags:
Comment:
missing messages array
Modified paths:
  • /trunk/phase3/languages/LanguageVec.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageVec.php
@@ -32,6 +32,12 @@
3333 'Nessun', 'Fisso a sinistra', 'Fisso a destra', 'Fluttuante a sinistra'
3434 );
3535
 36+/* private */ $wgAllMessagesVec = array(
 37+
 38+# no messages yet
 39+
 40+);
 41+
3642 class LanguageVec extends LanguageIt {
3743 #FIXME: inherit almost everything for now
3844

Status & tagging log