Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5214
bug_15717.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 10:22 PM
2014-11-21 22:22:26 (UTC+0)
Size
970 B
Referenced Files
None
Subscribers
None
bug_15717.patch
View Options
Index: Language.php
===================================================================
--- Language.php (revision 41640)
+++ Language.php (working copy)
@@ -1813,7 +1813,8 @@
* </code>
*
* See LanguageGu.php for the Gujarati implementation and
- * LanguageIs.php for the , => . and . => , implementation.
+ * $separatorTransformTable on MessageIs.php for
+ * the , => . and . => , implementation.
*
* @todo check if it's viable to use localeconv() for the decimal
* separator thing.
Index: messages/MessagesEu.php
===================================================================
--- messages/MessagesEu.php (revision 41640)
+++ messages/MessagesEu.php (working copy)
@@ -40,6 +40,8 @@
NS_CATEGORY_TALK => 'Kategoria_eztabaida',
);
+$separatorTransformTable = array(',' => '.', '.' => ',' ); /* Bug 15717 */
+
$messages = array(
# User preference toggles
'tog-underline' => 'Loturak azpimarratu:',
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4775
Default Alt Text
bug_15717.patch (970 B)
Attached To
Mode
T17717: Need to change the comma to point and viceversa
Attached
Detach File
Event Timeline
Log In to Comment