Skip to content

Commit

Permalink
Merge pull request #12175 from ethereum/lang-type
Browse files Browse the repository at this point in the history
fix: add missing locales to Lang union type
  • Loading branch information
pettinarip authored Feb 14, 2024
2 parents a29e2bd + ab133c1 commit 112c442
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ export type Layout = keyof LayoutMappingType

export type Lang =
| "en"
| "am"
| "ar"
| "az"
| "be"
| "bg"
| "bn"
| "bs"
| "ca"
| "cs"
| "da"
Expand All @@ -71,27 +74,31 @@ export type Lang =
| "es"
| "fa"
| "fi"
| "fil"
| "fr"
| "gl"
| "gu"
| "he"
| "hi"
| "hr"
| "hu"
| "hy-am"
| "id"
| "ig"
| "it"
| "ja"
| "ka"
| "kk"
| "km"
| "kn"
| "ko"
| "lt"
| "ml"
| "mr"
| "ms"
| "nl"
| "nb"
| "ne-np"
| "nl"
| "pcm"
| "ph"
| "pl"
Expand All @@ -106,6 +113,7 @@ export type Lang =
| "sw"
| "ta"
| "th"
| "tk"
| "tr"
| "uk"
| "ur"
Expand Down

0 comments on commit 112c442

Please sign in to comment.