Skip to content

Commit

Permalink
Add languages to previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
xjensen committed Nov 9, 2023
1 parent c09e0e0 commit be6a8cc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions widget/preview/env-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,26 @@ const defaultMenus = {
value: "en",
text: "English",
},
{
id: "es",
value: "es",
text: "Spanish",
},
{
id: "vi",
value: "vi",
text: "Vietnamese",
},
{
id: "zh-Hans",
value: "zh-Hans",
text: "Chinese (Simplified)",
},
{
id: "zh-Hant",
value: "zh-Hans",
text: "Chinese (Traditional)",
},
],
},
};
Expand Down

0 comments on commit be6a8cc

Please sign in to comment.