From 21377fd403a80b2b8a0162f538d4891675763f5c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 9 Jan 2016 13:41:27 +0000 Subject: 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 --- config/locales/es-PA.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales/es-PA.yml') 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 -- cgit v1.2.3