Skip to content

Commit 16a7953

Browse files
test: use full coverage
1 parent 0e3aa4d commit 16a7953

File tree

680 files changed

+641086
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

680 files changed

+641086
-23
lines changed

locale-tests/locales/agq/all.js

Lines changed: 1810 additions & 0 deletions
Large diffs are not rendered by default.

locale-tests/locales/agq/calendar.js

Lines changed: 437 additions & 0 deletions
Large diffs are not rendered by default.

locale-tests/locales/agq/currencies.js

Lines changed: 1328 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
const data = {
2+
name: "agq",
3+
likelySubtags: {
4+
agq: "agq-Latn-CM"
5+
},
6+
identity: {
7+
language: "agq"
8+
},
9+
territory: "CM",
10+
numbers: {
11+
symbols: {
12+
decimal: ",",
13+
group: " ",
14+
list: ";",
15+
percentSign: "%",
16+
plusSign: "+",
17+
minusSign: "-",
18+
exponential: "E",
19+
superscriptingExponent: "×",
20+
perMille: "‰",
21+
infinity: "∞",
22+
nan: "NaN",
23+
timeSeparator: ":"
24+
},
25+
decimal: {
26+
patterns: [
27+
"n"
28+
],
29+
groupSize: [
30+
3
31+
]
32+
},
33+
scientific: {
34+
patterns: [
35+
"nEn"
36+
],
37+
groupSize: []
38+
},
39+
percent: {
40+
patterns: [
41+
"n%"
42+
],
43+
groupSize: [
44+
3
45+
]
46+
},
47+
currency: {
48+
patterns: [
49+
"n$"
50+
],
51+
groupSize: [
52+
3
53+
],
54+
"unitPattern-count-other": "n $"
55+
},
56+
accounting: {
57+
patterns: [
58+
"n$"
59+
],
60+
groupSize: [
61+
3
62+
]
63+
}
64+
}
65+
};
66+
export default data;
67+

0 commit comments

Comments
 (0)