Skip to content

Commit 0287dad

Browse files
authored
The names of the months in the singular
The names of the months in the singular
1 parent eaa4343 commit 0287dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/DateLanguages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export default {
274274
'ru': {
275275
'language': 'Russian',
276276
'months': {
277-
'original': ['Января', 'Февраля', 'Марта', 'Апреля', 'Мая', 'Июня', 'Июля', 'Августа', 'Сентября', 'Октября', 'Ноября', 'Декабря'],
277+
'original': ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'],
278278
'abbr': ['Янв', 'Февр', 'Март', 'Апр', 'Май', 'Июнь', 'Июль', 'Авг', 'Сент', 'Окт', 'Нояб', 'Дек']
279279
},
280280
'days': ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб']

0 commit comments

Comments
 (0)