Defect #18265
Wrong csv separator in Croatian
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Translations | |||
Target version: | 3.0.0 | |||
Resolution: | Fixed | Affected version: | 2.5.3 |
Description
every time I download new redmine I must change config so CSV export works with Excel.
in issuse you can press Atom | CSV | PDF
.../htdocs/config/locales/hr.yml
general_csv_separator: ',' -> ';'
general_csv_decimal_sperator: '.' -> ','
Can you please fix this?
thank you
Associated revisions
fix wrong csv separator in Croatian (#18265)
History
#1
Updated by Toshi MARUYAMA over 6 years ago
- Category changed from Issues to Translations
#2
Updated by Toshi MARUYAMA over 6 years ago
- Subject changed from wrong locales for croatian CSV to Wrong csv separator for Croatian CSV
#3
Updated by Toshi MARUYAMA over 6 years ago
- Target version set to 3.0.0
#4
Updated by Toshi MARUYAMA over 6 years ago
- Subject changed from Wrong csv separator for Croatian CSV to Wrong csv separator in Croatian
#5
Updated by Toshi MARUYAMA over 6 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in trunk r13552, thanks.