Patch #24938
Update tr.yml for general_first_day_of_week
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | 3.4.0 |
Description
In Turkey, first day of week is not Sunday, it is Monday. Could you please change general_first_day_of_week value is to "1" for new release?
Associated revisions
use Monday for general_first_day_of_week in Turkish (#24938)
Contributed by ozgur yazilimas.
History
#1
Updated by Toshi MARUYAMA over 5 years ago
- Category set to I18n
#2
Updated by Go MAEDA over 5 years ago
- File ios-set-region-to-turkey.png added
- File ios-calendar-start-from-monday.png added
- Target version set to 3.4.0
ozgur yazilimas wrote:
In Turkey, first day of week is not Sunday, it is Monday.
Although I don't have knowledge about Turkish calendar, I think that the matter pointed out by ozgur yazilimas is correct.
- default value for
firstDay
of jQuery UI date picker is1
(Monday) in Turkish language: source:tags/3.3.2/public/javascripts/i18n/datepicker-tr.js#L29 - iOS shows a calendar starting from Monday if I set its region to Turkey.
#3
Updated by Toshi MARUYAMA about 5 years ago
- Status changed from New to Closed
Committed in trunk r16343, thanks.