From: Raimond Spekking Date: Mon, 2 Jul 2007 15:54:43 +0000 (+0000) Subject: * (bug 10375) Change thousands separator character to   for Latin (la) X-Git-Tag: 1.31.0-rc.0~52288 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=29d764c6311fcb620603e24f09a6f62178d8f9b8;p=lhc%2Fweb%2Fwiklou.git * (bug 10375) Change thousands separator character to   for Latin (la) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 577b7a80c9..1875a656a9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -249,6 +249,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Fix empty message checks for message names containing & This corrects some odd behavior with sidebar items and custom namespaces containing ampersands. +* (bug 10375) Change thousands separator character to   for Latin (la) == API changes since 1.10 == @@ -322,6 +323,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Kabyle (kab) * Kazakh (kk) * Kurdish (ku) +* Latin (la) * Lithuanian (lt) * Malayalam (ml) * Burmese (my) diff --git a/languages/messages/MessagesLa.php b/languages/messages/MessagesLa.php index d781cb9340..c7fd3bf2cc 100644 --- a/languages/messages/MessagesLa.php +++ b/languages/messages/MessagesLa.php @@ -29,6 +29,8 @@ $namespaceNames = array( NS_CATEGORY_TALK => 'Disputatio_Categoriae', ); +$separatorTransformTable = array( ',' => "\xc2\xa0" ); + $dateFormats = array( 'mdy time' => 'H:i', 'mdy date' => 'xg j, Y',