diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-07-04 05:17:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-07-04 05:17:39 +0000 |
commit | 3902c5cf245bff4db401e09d58ebb37ac51bf082 (patch) | |
tree | f802c9bb6a4b08c0f5644a2dcb444ee07ead58e9 | |
parent | 41fb1bd0f8bb80a0e1076f58e8a607f09027d22d (diff) | |
download | redmine-3902c5cf245bff4db401e09d58ebb37ac51bf082.tar.gz redmine-3902c5cf245bff4db401e09d58ebb37ac51bf082.zip |
Merged r14394 from trunk to 3.1-stable (#19993)
change csv separators of es-PA.yml by Leonel Iturralde.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14395 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/es-PA.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index d0de6ff42..ce70bda0a 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -339,9 +339,9 @@ es-PA: 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á)' |