Skip to content

Commit 6ddb7d4

Browse files
committed
chore: update lang types from i18n config
1 parent 644e436 commit 6ddb7d4

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/lib/types.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ export type Lang =
8484
| "es"
8585
| "fa"
8686
| "fi"
87-
| "fil"
8887
| "fr"
8988
| "gl"
9089
| "gu"
90+
| "ha"
9191
| "he"
9292
| "hi"
9393
| "hr"
@@ -106,32 +106,36 @@ export type Lang =
106106
| "ml"
107107
| "mr"
108108
| "ms"
109-
| "nb"
110109
| "ne-np"
111110
| "nl"
111+
| "nb"
112112
| "pcm"
113-
| "ph"
113+
| "fil"
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"
126-
| "th"
127127
| "tk"
128+
| "th"
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)