Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 39be539

Browse files
Update english and add arabic (#1019)
Co-authored-by: Excellify <[email protected]>
1 parent 4294708 commit 39be539

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

src/views/admin/ModQueue/Countries.ts

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,29 @@ export const GROUPS: Group[] = [
1212
name: "English",
1313
state: ref(false),
1414
flag: "us",
15-
list: ["US", "GB", "CA", "AU", "NZ"],
15+
list: [
16+
"US",
17+
"GB",
18+
"CA",
19+
"AU",
20+
"NZ",
21+
"IE",
22+
"ZA",
23+
"NG",
24+
"KE",
25+
"GH",
26+
"JM",
27+
"TT",
28+
"BW",
29+
"ZW",
30+
"SG",
31+
"BZ",
32+
"MT",
33+
"GY",
34+
"FJ",
35+
"LR",
36+
"SL",
37+
],
1638
},
1739
{
1840
name: "Spanish",
@@ -54,9 +76,9 @@ export const GROUPS: Group[] = [
5476
list: ["DE", "AT", "CH", "LI", "LU"],
5577
},
5678
{
57-
name: "Russian",
79+
name: "Cyrillic",
5880
state: ref(false),
59-
flag: "ru",
81+
flag: "ua",
6082
list: ["AM", "AZ", "BY", "EE", "GE", "KZ", "KG", "LT", "LV", "MD", "MN", "RU", "TJ", "TM", "UA", "UZ"],
6183
},
6284
{
@@ -71,6 +93,12 @@ export const GROUPS: Group[] = [
7193
flag: "pl",
7294
list: ["PL"],
7395
},
96+
{
97+
name: "Arabic",
98+
state: ref(false),
99+
flag: "sa",
100+
list: ["AE", "SA", "KW", "OM", "QA", "EG", "MA", "BH", "PS", "JO", "SY", "LB", "TN", "MR", "SD", "DZ", "YE"],
101+
},
74102
];
75103

76104
export const CISO2 = new Set([

0 commit comments

Comments
 (0)