From: nchereva Date: Wed, 29 Oct 2014 00:04:14 +0000 (+0300) Subject: Updated russian locale. X-Git-Tag: 2.8.4~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929eb6a6a8762cd0dc1a9cf5543791a790cc773a;p=thirdparty%2Fmoment.git Updated russian locale. 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. --- diff --git a/locale/ru.js b/locale/ru.js index dcdac8eea..252470c02 100644 --- a/locale/ru.js +++ b/locale/ru.js @@ -48,7 +48,7 @@ function monthsShortCaseReplace(m, format) { var monthsShort = { - 'nominative': 'янв_фев_мар_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'), + 'nominative': 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'), 'accusative': 'янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек'.split('_') },