]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
lang/ru: L format should be separated by dots, not dashes
authorYegor Pomortsev <yegor@pomortsev.com>
Wed, 20 Jun 2012 20:26:45 +0000 (13:26 -0700)
committerYegor Pomortsev <yegor@pomortsev.com>
Wed, 20 Jun 2012 20:26:45 +0000 (13:26 -0700)
lang/ru.js
test/lang/ru.js

index 29d175e40f52e26cdd2f47f613d3e51224e218f5..5c9617ac6e14ffcfbb79abb1fb797328cadf11ef 100644 (file)
@@ -73,7 +73,7 @@
             weekdaysMin : "вс_пн_вт_ср_чт_пт_сб".split("_"),
             longDateFormat : {
                 LT : "HH:mm",
-                L : "DD-MM-YYYY",
+                L : "DD.MM.YYYY",
                 LL : "D MMMM YYYY г.",
                 LLL : "D MMMM YYYY г., LT",
                 LLLL : "dddd, D MMMM YYYY г., LT"
index 37b12487d3f3f8685d1c2fbeee615fbc78eb9f16..c9f875e5b7eb02aaca641f3387dc863af51658fe 100644 (file)
@@ -46,7 +46,7 @@ exports["lang:ru"] = {
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
                 ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
-                ['L',                                  '14-02-2010'],
+                ['L',                                  '14.02.2010'],
                 ['LL',                                 '14 февраля 2010 г.'],
                 ['LLL',                                '14 февраля 2010 г., 15:25'],
                 ['LLLL',                               'воскресенье, 14 февраля 2010 г., 15:25']