From: Niklas Laxström Date: Fri, 30 Jan 2009 16:31:51 +0000 (+0000) Subject: bug 17252: Galician numbering format X-Git-Tag: 1.31.0-rc.0~43120 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%22http:/wikimediafoundation.org/fundraising/%7B%7B%20url_for%28%27user_settings%27%2C%20userid=session.userid%29%20%7D%7D?a=commitdiff_plain;h=6bc5d62a784be7b47d9cad99d0e9030e09c5e2d7;p=lhc%2Fweb%2Fwiklou.git bug 17252: Galician numbering format --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9cb7a27299..fcdd6bceaf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -116,6 +116,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17207) Fix regression breaking category page display on PHP 5.1 * Categoryfinder utility class no longer fails on invalid input or gives wrong results for category names that include pseudo-namespaces +* (bug 17252) Galician numbering format == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions diff --git a/languages/messages/MessagesGl.php b/languages/messages/MessagesGl.php index 29fc7589c5..65d12c0381 100644 --- a/languages/messages/MessagesGl.php +++ b/languages/messages/MessagesGl.php @@ -126,6 +126,8 @@ $specialPageAliases = array( 'DeletedContributions' => array( 'Contribucións borradas' ), ); +$separatorTransformTable = array(',' => '.', '.' => ',' ); + $messages = array( # User preference toggles 'tog-underline' => 'Subliñar as ligazóns:',