From 929eb6a6a8762cd0dc1a9cf5543791a790cc773a Mon Sep 17 00:00:00 2001 From: nchereva Date: Wed, 29 Oct 2014 03:04:14 +0300 Subject: [PATCH] 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. --- locale/ru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('_') }, -- 2.47.2