(bug 35031) Change decimal separators for numbers in Kurdish
authorFederico Leva <federicoleva@tiscali.it>
Tue, 20 Nov 2012 21:48:17 +0000 (22:48 +0100)
committerFederico Leva <federicoleva@tiscali.it>
Wed, 21 Nov 2012 23:36:44 +0000 (00:36 +0100)
Change-Id: I464eb3b3ae5f6b0b8e49a353070db10ad2eea5b1

RELEASE-NOTES-1.21
languages/messages/MessagesKu_latn.php

index 77db898..6fdbfb9 100644 (file)
@@ -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 ===
 
index e0d8ebd..5847202 100644 (file)
@@ -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î' ),