Defect #1372
Timelog hours decimal format
| Status: | Closed | Start: | 2008-06-04 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Time tracking | |||
| Target version: | 0.8 | |||
| Affected version: | 0.7.1 |
Resolution: | Fixed |
|
Description
Time tracking hours are always stored with english decimal format, '.' for decimals.
When exporting timelog to csv, the hours (time spent) column has english decimal format, not user locale format.
Excel in spanish can't operate with these hours because are treated as text fields.
Could you add a number format parameter in configuration properties or something to avoid this problem?
Thanks.
Associated revisions
Adds a key in lang files (general_csv_decimal_separator) to set the decimal separator (point or comma) in csv exports (#1372).
History
2008-06-26 22:28 - Jean-Philippe Lang
- Category set to Time tracking
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
The decimal separator is now configured in each language file (r1591).
The comma was chosen for the Spanish and French translations.
See: source:trunk/lang/es.yml@1591#L51