﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27968	Django admin calendar week day name wrong	Nikolay Shkrylev	nobody	"Hi!
We have a small bug in django admin calendar in russian locale: wrong week day name
In `django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po`

{{{
msgctxt ""one letter Sunday""
msgid ""S""
msgstr ""С""

msgctxt ""one letter Monday""
msgid ""M""
msgstr ""П""

msgctxt ""one letter Tuesday""
msgid ""T""
msgstr ""В""
}}}

but must be

{{{
msgctxt ""one letter Sunday""
msgid ""S""
msgstr ""Вс""

msgctxt ""one letter Monday""
msgid ""M""
msgstr ""Пн""

msgctxt ""one letter Tuesday""
msgid ""T""
msgstr ""Вт""
}}}"	Bug	closed	contrib.admin	1.10	Normal	invalid	admin, calendar		Unreviewed	0	0	0	0	0	0
