Defect #7875
CSV export separators in polish locale (pl.yml)
Status: | Closed | Start date: | 2011-03-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | 1.1.3 | |||
Resolution: | Fixed | Affected version: |
Description
I have a problem with csv files from Redmine, because the general_csv_separator is set to ",". This character is used very often in an Issue description. It would be generally much better to use ";".
The second problem is the general_csv_decimal_separator which is set to ".". In polish version it should be rather "," (like number separator).
In consequence of this 2 mistakes - import csv file to Excel is rather difficult.
I saw a very similar problem in #7274 (nl.yml).
Related issues
Associated revisions
Changes polish csv separator to ; and decimal to , (#7875).
History
#1
Updated by Etienne Massip over 11 years ago
- Category set to I18n
- Target version set to Candidate for next minor release
#2
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from New to Resolved
- Target version changed from Candidate for next minor release to 1.1.3
- Resolution set to Fixed
Fix committed in r5181.
#3
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from Resolved to Closed