Skip to content

Commit 86486d4

Browse files
committed
Add Belarusian, Bosnian, and Armenian languages
1 parent 81ed60e commit 86486d4

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

i18n/config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"langDir": "ltr",
2424
"dateFormat": "MM/DD/YYYY"
2525
},
26+
{
27+
"code": "be",
28+
"crowdinCode": "be",
29+
"name": "Belarusian",
30+
"localName": "беларускі",
31+
"langDir": "ltr",
32+
"dateFormat": "MM/DD/YYYY"
33+
},
2634
{
2735
"code": "bg",
2836
"crowdinCode": "bg",
@@ -39,6 +47,14 @@
3947
"langDir": "ltr",
4048
"dateFormat": "MM/DD/YYYY"
4149
},
50+
{
51+
"code": "bs",
52+
"crowdinCode": "bs",
53+
"name": "Bosnian",
54+
"localName": "босански",
55+
"langDir": "ltr",
56+
"dateFormat": "MM/DD/YYYY"
57+
},
4258
{
4359
"code": "ca",
4460
"crowdinCode": "ca",
@@ -159,6 +175,14 @@
159175
"langDir": "ltr",
160176
"dateFormat": "MM/DD/YYYY"
161177
},
178+
{
179+
"code": "hy-am",
180+
"crowdinCode": "hy-AM",
181+
"name": "Armenian",
182+
"localName": "հայերեն",
183+
"langDir": "ltr",
184+
"dateFormat": "MM/DD/YYYY"
185+
},
162186
{
163187
"code": "id",
164188
"crowdinCode": "id",

src/scripts/crowdin-import.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ type UserSelectionObject = { [key: string]: Array<number> }
3434
const USER_SELECTION: UserSelectionObject = {
3535
ar: [],
3636
az: [],
37+
be: [],
3738
bg: [],
39+
bs: [],
3840
bn: [],
3941
ca: [],
4042
cs: [],
@@ -51,6 +53,7 @@ const USER_SELECTION: UserSelectionObject = {
5153
hi: [],
5254
hr: [],
5355
hu: [],
56+
hy: [],
5457
id: [],
5558
ig: [],
5659
it: [],

0 commit comments

Comments
 (0)