Patch #21685
Change Spanish Panama thousand delimiters and separator
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Translations | |||
Target version: | 3.3.0 |
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
Associated revisions
History
#1
Updated by Toshi MARUYAMA about 5 years ago
- Status changed from New to Closed
Committed in trunk.