From: Brion Vibber Date: Mon, 14 Jan 2008 23:36:36 +0000 (+0000) Subject: * (bug 12617) Decimal and thousands separators for Romanian X-Git-Tag: 1.31.0-rc.0~49998 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=047009afdbce38f1bff7b1e92cc5a8938a62a166;p=lhc%2Fweb%2Fwiklou.git * (bug 12617) Decimal and thousands separators for Romanian --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 79222e2418..8502cd7bf1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -307,6 +307,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN and will generally keep feed behavior cleaner. * (bug 12608) Unifying the spelling of getDBkey() in the code. * (bug 12611) Bot flag ignored in recent changes +* (bug 12617) Decimal and thousands separators for Romanian == Parser changes in 1.12 == diff --git a/languages/messages/MessagesRo.php b/languages/messages/MessagesRo.php index e03e871ca1..32c8518536 100644 --- a/languages/messages/MessagesRo.php +++ b/languages/messages/MessagesRo.php @@ -21,6 +21,8 @@ $skinNames = array( 'nostalgia' => 'Nostalgie' ); +$separatorTransformTable = array( ',' => ".", '.' => ',' ); + $magicWords = array( # ID CASE SYNONYMS 'notoc' => array( 0, '__NOTOC__', '__FARACUPRINS__' ),