Actions
Defect #9839
closedGantt abbr of weekday should not be necessarily the first letter of the long day name
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In chinese, the gantt looks like
But we want
The problem cause by
<%= day_name(wday).first %>
The variants day_names and abbr_day_names setted in en.yml
and in zh.yml
so day_name(wday).first != abbr_day_name(wday)
I changed the code, it works fine, and attach last.
Files
Related issues
Actions