From: Federico Leva Date: Tue, 20 Nov 2012 21:48:17 +0000 (+0100) Subject: (bug 35031) Change decimal separators for numbers in Kurdish X-Git-Tag: 1.31.0-rc.0~21545 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=a4bd731171223a5ed9de6e14368c71bcb9446155;hp=0f876a3c239252233b8466ae89e299883d3b9ed1;p=lhc%2Fweb%2Fwiklou.git (bug 35031) Change decimal separators for numbers in Kurdish Change-Id: I464eb3b3ae5f6b0b8e49a353070db10ad2eea5b1 --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 77db898abd..6fdbfb9242 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -97,6 +97,8 @@ changes to languages because of Bugzilla reports. * (bug 30040) Autonym for nds-nl is now 'Nedersaksies' (was 'Nedersaksisch'). * (bug 34977) Now formatted numbers in Spanish use space as separator for thousands, as mandated by the Real Academia Española. +* (bug 35031) Kurdish formatted numbers now use period and comma + as separators for thousands and decimals respectively. === Other changes in 1.21 === diff --git a/languages/messages/MessagesKu_latn.php b/languages/messages/MessagesKu_latn.php index e0d8ebd495..5847202fe0 100644 --- a/languages/messages/MessagesKu_latn.php +++ b/languages/messages/MessagesKu_latn.php @@ -51,6 +51,8 @@ $namespaceAliases = array( 'Kategorî_nîqaş' => NS_CATEGORY_TALK, ); +$separatorTransformTable = array( ',' => '.', '.' => ',' ); + $specialPageAliases = array( 'Categories' => array( 'Dara_kategoriyan' ), 'DoubleRedirects' => array( 'Redirect\'ên_ducarî' ),