Actions
Patch #21685
closedChange Spanish Panama thousand delimiters and separator
Start date:
Due date:
% Done:
0%
Estimated time:
Description
From #21521.
=== (+3,-3) config/locales/es-PA.yml ===
@@ -12,9 +12,9 @@
# 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
Actions