Project

General

Profile

Actions

Patch #21685

closed

Change Spanish Panama thousand delimiters and separator

Added by Toshi MARUYAMA about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Translations
Target version:
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 #1

Updated by Toshi MARUYAMA about 8 years ago

  • Status changed from New to Closed

Committed in trunk.

Actions

Also available in: Atom PDF