diff options
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 |