Actions
Patch #19993
closedChange csv separators of Spanish/Panama
Start date:
Due date:
% Done:
0%
Estimated time:
Files
Updated by Leonel Iturralde over 9 years ago
- File locales.patch locales.patch added
Update Spanish (es, es-PA) for the latest changes r14352.
PD: Can someone change the Category of this issue to Translation? Thank you
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Needs feedback
Do you intend to change csv separators on only es-PA.yml?
=== (+3,-3) config/locales/es-PA.yml ===
@@ -339,9 +339,9 @@
field_user: Usuario
field_value: Valor
field_version: Versión
- general_csv_decimal_separator: ','
+ general_csv_decimal_separator: '.'
general_csv_encoding: ISO-8859-15
- general_csv_separator: ';'
+ general_csv_separator: ','
general_pdf_fontname: freesans
general_first_day_of_week: '1'
general_lang_name: 'Spanish/Panama (Español/Panamá)'
Updated by Leonel Iturralde over 9 years ago
Sorry forgot about that change. I should have created another patch for that.
I changed that because on Windows Spanish/Panama is set with those separator.
I realized that when I opened a generated csv file from redmine with es-PA.
Excel did not show the separations correctly (Windows with Spanish/Panama).
Updated by Toshi MARUYAMA over 9 years ago
- Subject changed from Spanish translation for r14276 to Change csv separators of Spanish/Panama
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from Needs feedback to Closed
- Target version set to 3.1.0
Committed in trunk and 3.1-stable, thanks.
Actions