Skip to content

Commit

Permalink
docs(storybook): add more language controls
Browse files Browse the repository at this point in the history
  • Loading branch information
rise-erpelding committed Nov 5, 2024
1 parent d685e71 commit 91b1d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/types/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export default {
{ value: "ja", title: "Japanese", right: "日本語" },
{ value: "ko", title: "Korean", right: "한국어" },
{ value: "ar", title: "Arabic", right: "عربي" },
{ value: "zh", title: "Chinese", right: "中文" },
{ value: "fa", title: "Persian", right: "فارسی" },
{ value: "th", title: "Thai", right: "ไทย" },
],
dynamicTitle: true,
},
Expand Down

0 comments on commit 91b1d01

Please sign in to comment.