Feature #21677
Use localised decimal separator for hours in the web UI
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | - | |||
Resolution: |
Description
We have localised decimal separators for times in CSV exports #1372, this isn't used for times in the web UI though.
Related issues
History
#1
Updated by Felix Schäfer over 6 years ago
- File 21677-localised_decimals_in_web.patch
added
The attached patch will change all hours in the web UI to use the localised decimal separator.
I first wanted some feedback so I haven't taken care of adapting the tests for now.
Should this be interesting for core Redmine, we should also discuss if Floats should also use the localised decimal separator or not.
#2
Updated by Toshi MARUYAMA over 6 years ago
I don't have any thought because Japanese decimal separator is ".".
#3
Updated by Toshi MARUYAMA over 6 years ago
- Related to Defect #22024: Validation error on float custom filed in case of i18n decimal separator added
#4
Updated by Toshi MARUYAMA over 6 years ago
- Category changed from UI to I18n