Defect #6563
closedi18n-issues on calendar view
0%
Description
Looking at the current calendar view in Redmine it is visible that issues
are translated to English as being tasks
in the calendar-legend. This can be confusing now that we also have subtasks (instead of subissues). This affects not only the English language but probably others (eg. Dutch) too.
This issue seems caused by the fact that the i18n-strings used by the calendar view are a bit confusing. They contain task
instead of issue
in their names.
I attach a patch which fixes the probable cause of the issue for all languages1, as well as the actual translation issue in both the English (en
) and Dutch (nl
) translation-files.
1 by changing the following three i18n-strings which are used in /app/views/calendars/show.html.erb (only):
- from
:text_tip_task_begin_day
to:text_tip_issue_begin_day
- from
:text_tip_task_end_day
to:text_tip_issue_end_day
- from
:text_tip_task_begin_end_day
to:text_tip_issue_begin_end_day
Files
Updated by Azamat Hackimov about 14 years ago
- Due date set to 2010-10-07
- Status changed from New to Resolved
- Target version set to 1.0.3
Fixed.
Updated by Eric Davis about 14 years ago
- Status changed from Resolved to Closed
Merged into 1.0-stable for release in 1.0.3