##// END OF EJS Templates
Spanish Panama thousand delimiters and separator changed by Leonel Iturralde (#21521, #21685)...
Toshi MARUYAMA -
r14654:21377fd403a8
parent child
Show More
@@ -12,9 +12,9 es-PA:
12 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
12 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
13 format:
13 format:
14 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
14 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
15 separator: ","
15 separator: "."
16 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
16 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
17 delimiter: "."
17 delimiter: ","
18 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
18 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
19 precision: 3
19 precision: 3
20
20
General Comments 0
You need to be logged in to leave comments. Login now