Content
View differences
Updated by Sven Kunze over 3 years ago
# Situation
### **Environment** **Environment**:
Team is bilingual. Some team members use the English version, some use the German one. Your OpenProject Version: 12.1.6
Operating System / Browser / OpenProject language:
### **Steps to reproduce** reproduce:**
1. set "First week in year contains" to "Thursday" (German setting in the admin pages) - default is "based on user language" version)
2. set User's interface language to English
3. enable Gantt (calendar weeks visible)
### **Actual Behavior**
Calendar weeks are are non-iso week. Current week is not German one.
### **Expected Behavior**
Respected settings "First week in year contains".
It's a really confusing when people of the same team communicate using the wrong calendar week.
# Affected code parts
```bash
spec/features/work_packages/timeline/timeline_dates_spec.rb
- behavior is expected but can lead to issues
- especially when people switch between languages (to make screenshots, etc.)
frontend/src/app/features/work-packages/components/wp-table/timeline/header/wp-timeline-header.directive.ts
- "replace all 'ww' with 'WW' depending on the system-wide setting
```
### **Environment**
Team is bilingual. Some team members use the English version, some use the German one.
1. set "First week in year contains" to "Thursday" (German setting in the admin pages) - default is "based on user language"
2. set User's interface language to English
3. enable Gantt (calendar weeks visible)
### **Actual Behavior**
Calendar weeks are are non-iso week.
### **Expected Behavior**
Respected settings "First week in year contains".
It's a really confusing when people of the same team communicate using the wrong calendar week.
# Affected code parts
```bash
spec/features/work_packages/timeline/timeline_dates_spec.rb
- behavior is expected but can lead to issues
- especially when people switch between languages (to make screenshots, etc.)
frontend/src/app/features/work-packages/components/wp-table/timeline/header/wp-timeline-header.directive.ts
- "replace all 'ww' with 'WW' depending on the system-wide setting
```