Merge "Fix localization of time in Turkish"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 6 Feb 2018 22:04:54 +0000 (22:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 6 Feb 2018 22:04:54 +0000 (22:04 +0000)
languages/messages/MessagesTr.php

index 564da6c..565049d 100644 (file)
@@ -352,5 +352,14 @@ $magicWords = [
        'pagesincategory_files'     => [ '0', 'dosyalar', 'files' ],
 ];
 
+$dateFormats = [
+       'mdy time' => 'H.i',
+       'mdy both' => 'H.i, F j, Y',
+       'dmy time' => 'H.i',
+       'dmy both' => 'H.i, j F Y',
+       'ymd time' => 'H.i',
+       'ymd both' => 'H.i, Y F j',
+];
+
 $separatorTransformTable = [ ',' => '.', '.' => ',' ];
 $linkTrail = '/^([a-zÇĞçğİıÖöŞşÜüÂâÎîÛû]+)(.*)$/sDu';