Skip to content

Commit 112c442

Browse files
authored
Merge pull request #12175 from ethereum/lang-type
fix: add missing locales to Lang union type
2 parents a29e2bd + ab133c1 commit 112c442

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/lib/types.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ export type Layout = keyof LayoutMappingType
5959

6060
export type Lang =
6161
| "en"
62+
| "am"
6263
| "ar"
6364
| "az"
65+
| "be"
6466
| "bg"
6567
| "bn"
68+
| "bs"
6669
| "ca"
6770
| "cs"
6871
| "da"
@@ -71,27 +74,31 @@ export type Lang =
7174
| "es"
7275
| "fa"
7376
| "fi"
77+
| "fil"
7478
| "fr"
7579
| "gl"
7680
| "gu"
7781
| "he"
7882
| "hi"
7983
| "hr"
8084
| "hu"
85+
| "hy-am"
8186
| "id"
8287
| "ig"
8388
| "it"
8489
| "ja"
8590
| "ka"
8691
| "kk"
8792
| "km"
93+
| "kn"
8894
| "ko"
8995
| "lt"
9096
| "ml"
9197
| "mr"
9298
| "ms"
93-
| "nl"
9499
| "nb"
100+
| "ne-np"
101+
| "nl"
95102
| "pcm"
96103
| "ph"
97104
| "pl"
@@ -106,6 +113,7 @@ export type Lang =
106113
| "sw"
107114
| "ta"
108115
| "th"
116+
| "tk"
109117
| "tr"
110118
| "uk"
111119
| "ur"

0 commit comments

Comments
 (0)