diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-09 13:41:27 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-09 13:41:27 +0000 |
commit | 21377fd403a80b2b8a0162f538d4891675763f5c (patch) | |
tree | c1e9b30cfcfb25f2ad521f2fed9d09061b744270 /config/locales/es-PA.yml | |
parent | 096895e3e91f82cdc9f804e4d3e73c7752fc2849 (diff) | |
download | redmine-21377fd403a80b2b8a0162f538d4891675763f5c.tar.gz redmine-21377fd403a80b2b8a0162f538d4891675763f5c.zip |
Spanish Panama thousand delimiters and separator changed by Leonel Iturralde (#21521, #21685)
git-svn-id: http://svn.redmine.org/redmine/trunk@15036 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/es-PA.yml')
-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 926d4f85a..2f5b33451 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -12,9 +12,9 @@ es-PA: # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' format: # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) - separator: "," + separator: "." # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) - delimiter: "." + delimiter: "," # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00) precision: 3 |