From 21377fd403a80b2b8a0162f538d4891675763f5c 2016-01-09 13:41:27 From: Toshi MARUYAMA Date: 2016-01-09 13:41:27 Subject: [PATCH] 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 --- diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index 926d4f8..2f5b334 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