Set time and date formats for ce
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Tue, 7 Apr 2015 13:42:19 +0000 (15:42 +0200)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Thu, 9 Apr 2015 18:44:44 +0000 (18:44 +0000)
Bug: T94665
Change-Id: I29b23d523785f49280c9d7add590340c31835e4d

languages/messages/MessagesCe.php

index 7ee29c1..67d126a 100644 (file)
@@ -311,3 +311,18 @@ $magicWords = array(
        'url_wiki'                  => array( '0', 'ЧЕХКА', 'ВИКИ', 'WIKI' ),
 );
 
+$datePreferences = array(
+       'default',
+       'ydm',
+       'ISO 8601',
+);
+
+$dateFormats = array(
+       'ydm time' => 'H:i',
+       'ydm date' => 'Y, j F',
+       'ydm both' => 'Y, j F, H:i',
+
+       'ISO 8601 time' => 'xnH:xni:xns',
+       'ISO 8601 date' => 'xnY-xnm-xnd',
+       'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
+);