Defect #8067
CSV exporting in Italian locale
| Status: | Closed | Start date: | 2011-04-05 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | I18n | |||
| Target version: | 1.1.3 | |||
| Affected version: | 1.0.5 | Resolution: | Fixed |
Description
Exactly as in issue #7875, italian uses ";" as field separator and "," as decimal separator.
I had modified the it.yml as in attached file but it don't works properly: if I export from timelog report, all the time values are exported using "." separator instead of ",".
Related issues
Associated revisions
Set CSV separator to ; and decimal separator to , for italian (#8067).
History
#1 Updated by Etienne Massip about 2 years ago
- Category set to I18n
- Target version set to Candidate for next minor release
#2 Updated by Jean-Philippe Lang about 2 years ago
- File timelog.csv.txt
added - Status changed from New to Closed
- Target version changed from Candidate for next minor release to 1.1.3
- Resolution set to Fixed
Change done in r5322. The CSV export is actually OK. You can check it by opening the exported file with a text editor.
Example attached.
#3 Updated by Andrea Saccavini about 2 years ago
GREAT!!! Thanks a lot.