Skip to content

Commit c289444

Browse files
authored
Merge pull request #14269 from ethereum/update-lang-type
chore: update lang types from i18n config
2 parents 7a343ab + 0d8a4cf commit c289444

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/lib/types.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export type Lang =
8888
| "fr"
8989
| "gl"
9090
| "gu"
91+
| "ha"
9192
| "he"
9293
| "hi"
9394
| "hr"
@@ -110,28 +111,31 @@ export type Lang =
110111
| "ne-np"
111112
| "nl"
112113
| "pcm"
113-
| "ph"
114114
| "pl"
115-
| "pt"
116115
| "pt-br"
116+
| "pt"
117117
| "ro"
118118
| "ru"
119119
| "se"
120120
| "sk"
121121
| "sl"
122+
| "sn"
122123
| "sr"
123124
| "sw"
124125
| "ta"
125126
| "te"
126127
| "th"
127128
| "tk"
129+
| "tl"
128130
| "tr"
131+
| "tw"
129132
| "uk"
130133
| "ur"
131134
| "uz"
132135
| "vi"
133-
| "zh"
136+
| "yo"
134137
| "zh-tw"
138+
| "zh"
135139

136140
export type Direction = "rtl" | "ltr" | "auto"
137141

0 commit comments

Comments
 (0)