File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,13 @@ export type Layout = keyof LayoutMappingType
59
59
60
60
export type Lang =
61
61
| "en"
62
+ | "am"
62
63
| "ar"
63
64
| "az"
65
+ | "be"
64
66
| "bg"
65
67
| "bn"
68
+ | "bs"
66
69
| "ca"
67
70
| "cs"
68
71
| "da"
@@ -71,27 +74,31 @@ export type Lang =
71
74
| "es"
72
75
| "fa"
73
76
| "fi"
77
+ | "fil"
74
78
| "fr"
75
79
| "gl"
76
80
| "gu"
77
81
| "he"
78
82
| "hi"
79
83
| "hr"
80
84
| "hu"
85
+ | "hy-am"
81
86
| "id"
82
87
| "ig"
83
88
| "it"
84
89
| "ja"
85
90
| "ka"
86
91
| "kk"
87
92
| "km"
93
+ | "kn"
88
94
| "ko"
89
95
| "lt"
90
96
| "ml"
91
97
| "mr"
92
98
| "ms"
93
- | "nl"
94
99
| "nb"
100
+ | "ne-np"
101
+ | "nl"
95
102
| "pcm"
96
103
| "ph"
97
104
| "pl"
@@ -106,6 +113,7 @@ export type Lang =
106
113
| "sw"
107
114
| "ta"
108
115
| "th"
116
+ | "tk"
109
117
| "tr"
110
118
| "uk"
111
119
| "ur"
You can’t perform that action at this time.
0 commit comments