]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Updated russian locale.
authornchereva <nchereva@yandex-team.ru>
Wed, 29 Oct 2014 00:04:14 +0000 (03:04 +0300)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 17 Nov 2014 04:27:01 +0000 (20:27 -0800)
Changed short month name for march. Just like june and july in russian
march has only 4 letters, so  full name could be used instead of short.

locale/ru.js

index dcdac8eeac853d75b5ba00124bcf27b74645f772..252470c02ecdb2b4c50bb25b95d74040ca02b523 100644 (file)
@@ -48,7 +48,7 @@
 
     function monthsShortCaseReplace(m, format) {
         var monthsShort = {
-            'nominative': 'янв_фев_мар_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),
+            'nominative': 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),
             'accusative': 'янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек'.split('_')
         },