r23646 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23645‎ | r23646 | r23647 >
Date:15:54, 2 July 2007
Author:raymond
Status:old
Tags:
Comment:
* (bug 10375) Change thousands separator character to   for Latin (la)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesLa.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesLa.php
@@ -29,6 +29,8 @@
3030 NS_CATEGORY_TALK => 'Disputatio_Categoriae',
3131 );
3232
 33+$separatorTransformTable = array( ',' => "\xc2\xa0" );
 34+
3335 $dateFormats = array(
3436 'mdy time' => 'H:i',
3537 'mdy date' => 'xg j, Y',
Index: trunk/phase3/RELEASE-NOTES
@@ -249,6 +249,7 @@
250250 * Fix empty message checks for message names containing &
251251 This corrects some odd behavior with sidebar items and custom namespaces
252252 containing ampersands.
 253+* (bug 10375) Change thousands separator character to   for Latin (la)
253254
254255
255256 == API changes since 1.10 ==
@@ -322,6 +323,7 @@
323324 * Kabyle (kab)
324325 * Kazakh (kk)
325326 * Kurdish (ku)
 327+* Latin (la)
326328 * Lithuanian (lt)
327329 * Malayalam (ml)
328330 * Burmese (my)

Follow-up revisions

RevisionCommit summaryAuthorDate
r23662Merged revisions 23581-23661 via svnmerge from...david03:01, 3 July 2007

Status & tagging log