Tk Library Source Code

View Ticket
Login
Ticket UUID: 2a98e111894484e036edad72e73ab18999575343
Title: Russian abbreviated names of days of the week in the calendar widget
Type: Patch Version: trunk
Submitter: anonymous Created on: 2017-01-20 09:29:33
Subsystem: widget Assigned To: nobody
Priority: 5 Medium Severity: Cosmetic
Status: Open Last Modified: 2017-01-20 09:29:33
Resolution: None Closed By: nobody
    Closed on:
Description:
Do not correct the abbreviated names of the days of the week in Russian in a calendar widget

---------------------------------------------------------------------------
--- calendar-old.tcl	2016-11-25 14:31:51.000000000 +0500
+++ calendar.tcl	2017-01-20 14:02:56.328281800 +0500
@@ -650,8 +650,8 @@
 	    \u0414\u0435\u043A\u0430\u0431\u0440\u044C
 	}
 	weekdays,ru {
-	    \u432\u43e\u441 \u43f\u43e\u43d \u432\u442\u43e \u441\u440\u435
-	    \u447\u435\u442 \u43f\u44f\u442 \u441\u443\u431
+	    \u412\u441 \u41f\u43d \u412\u442 \u421\u440
+	    \u427\u442 \u41f\u442 \u421\u431
 	}
 	today,ru {}
---------------------------------------------------------------------------