MediaWiki r10004 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r10003‎ | r10004 (on ViewVC)‎ | r10005 >
Date:21:50, 7 July 2005
Author:avar
Status:old
Tags:
Comment:
* (bug 2721) New language file for Vietnamese with the Vietnamese number notation
Modified paths:

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -542,8 +542,8 @@
543543 == Changes since 1.5beta3 ==
544544
545545 * Fix talk page move handling
 546+* (bug 2721) New language file for Vietnamese with the Vietnamese number notation
546547
547 -
548548 === Caveats ===
549549
550550 Some output, particularly involving user-supplied inline HTML, may not
Index: trunk/phase3/languages/LanguageVi.php
@@ -0,0 +1,14 @@
 2+<?php
 3+/**
 4+ * Vietnamese (Tiếng Việt)
 5+ * @package MediaWiki
 6+ * @subpackage Language
 7+ */
 8+
 9+require_once( 'LanguageUtf8.php' );
 10+
 11+class LanguageVi extends LanguageUtf8 {
 12+ function formatNum( $number, $year = false ) {
 13+ return $year ? $number : strtr($this->commafy($number), '.,', ',.' );
 14+ }
 15+}
Property changes on: trunk/phase3/languages/LanguageVi.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Added: svn:keywords
217 + Author Date Id Revision

Status & tagging log

  • 01:58, 13 October 2010 ^demon (Talk | contribs) changed the status of r10004 [removed: new added: old]
Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox