Vote #63352
完了Timelog hours decimal format
0%
説明
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.
journals
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
--------------------------------------------------------------------------------
The comma should be the default decimal separator for Portuguese too.
--------------------------------------------------------------------------------
Change done in pt.yml (r2078)
--------------------------------------------------------------------------------
Sorry, but there is the pt-br.yml too.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fix committed in r2213.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------