Defect #37581 » number_format_separator.patch
config/locales/ar.yml (working copy) | ||
---|---|---|
72 | 72 |
other: "سنوات %{count} نقريبا" |
73 | 73 |
number: |
74 | 74 |
format: |
75 |
separator: "."
|
|
75 |
separator: "٫"
|
|
76 | 76 |
delimiter: "" |
77 | 77 |
precision: 3 |
78 | 78 |
config/locales/bg.yml (working copy) | ||
---|---|---|
74 | 74 | |
75 | 75 |
number: |
76 | 76 |
format: |
77 |
separator: "."
|
|
77 |
separator: ","
|
|
78 | 78 |
delimiter: "" |
79 | 79 |
precision: 3 |
80 | 80 |
config/locales/cs.yml (working copy) | ||
---|---|---|
79 | 79 |
number: |
80 | 80 |
# Výchozí formát pro čísla |
81 | 81 |
format: |
82 |
separator: "."
|
|
83 |
delimiter: "" |
|
82 |
separator: ","
|
|
83 |
delimiter: " "
|
|
84 | 84 |
precision: 3 |
85 | 85 |
human: |
86 | 86 |
format: |
config/locales/el.yml (working copy) | ||
---|---|---|
75 | 75 | |
76 | 76 |
number: |
77 | 77 |
format: |
78 |
separator: "."
|
|
78 |
separator: ","
|
|
79 | 79 |
delimiter: "" |
80 | 80 |
precision: 3 |
81 | 81 |
human: |
config/locales/et.yml (working copy) | ||
---|---|---|
90 | 90 | |
91 | 91 |
number: |
92 | 92 |
format: |
93 |
separator: "."
|
|
93 |
separator: ","
|
|
94 | 94 |
delimiter: "" |
95 | 95 |
precision: 3 |
96 | 96 |
config/locales/eu.yml (working copy) | ||
---|---|---|
76 | 76 | |
77 | 77 |
number: |
78 | 78 |
format: |
79 |
separator: "."
|
|
79 |
separator: ","
|
|
80 | 80 |
delimiter: "" |
81 | 81 |
precision: 3 |
82 | 82 |
human: |
config/locales/hr.yml (working copy) | ||
---|---|---|
69 | 69 | |
70 | 70 |
number: |
71 | 71 |
format: |
72 |
separator: "."
|
|
72 |
separator: ","
|
|
73 | 73 |
delimiter: "" |
74 | 74 |
precision: 3 |
75 | 75 |
human: |
config/locales/lv.yml (working copy) | ||
---|---|---|
69 | 69 | |
70 | 70 |
number: |
71 | 71 |
format: |
72 |
separator: "."
|
|
72 |
separator: ","
|
|
73 | 73 |
delimiter: "" |
74 | 74 |
precision: 3 |
75 | 75 |
human: |
config/locales/mk.yml (working copy) | ||
---|---|---|
74 | 74 |
number: |
75 | 75 |
# Default format for numbers |
76 | 76 |
format: |
77 |
separator: "."
|
|
77 |
separator: ","
|
|
78 | 78 |
delimiter: "" |
79 | 79 |
precision: 3 |
80 | 80 |
human: |
config/locales/mn.yml (working copy) | ||
---|---|---|
74 | 74 | |
75 | 75 |
number: |
76 | 76 |
format: |
77 |
separator: "."
|
|
77 |
separator: ","
|
|
78 | 78 |
delimiter: "" |
79 | 79 |
precision: 3 |
80 | 80 |
human: |
config/locales/no.yml (working copy) | ||
---|---|---|
67 | 67 |
number: |
68 | 68 |
format: |
69 | 69 |
precision: 3 |
70 |
separator: "."
|
|
71 |
delimiter: ","
|
|
70 |
separator: ","
|
|
71 |
delimiter: "."
|
|
72 | 72 |
currency: |
73 | 73 |
format: |
74 | 74 |
unit: "kr" |
config/locales/ro.yml (working copy) | ||
---|---|---|
68 | 68 | |
69 | 69 |
number: |
70 | 70 |
format: |
71 |
separator: "."
|
|
71 |
separator: ","
|
|
72 | 72 |
delimiter: "" |
73 | 73 |
precision: 3 |
74 | 74 |
config/locales/sk.yml (working copy) | ||
---|---|---|
72 | 72 | |
73 | 73 |
number: |
74 | 74 |
format: |
75 |
separator: "."
|
|
76 |
delimiter: "" |
|
75 |
separator: ","
|
|
76 |
delimiter: " "
|
|
77 | 77 |
precision: 3 |
78 | 78 | |
79 | 79 |
human: |
config/locales/sq.yml (working copy) | ||
---|---|---|
73 | 73 | |
74 | 74 |
number: |
75 | 75 |
format: |
76 |
separator: "."
|
|
76 |
separator: ","
|
|
77 | 77 |
delimiter: "" |
78 | 78 |
precision: 3 |
79 | 79 |
config/locales/uk.yml (working copy) | ||
---|---|---|
88 | 88 | |
89 | 89 |
number: |
90 | 90 |
format: |
91 |
separator: "."
|
|
91 |
separator: ","
|
|
92 | 92 |
delimiter: "" |
93 | 93 |
precision: 3 |
94 | 94 |
human: |