We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec29e53 commit 5ac899cCopy full SHA for 5ac899c
.storybook/types/global.js
@@ -73,6 +73,9 @@ export default {
73
{ value: "ja", title: "Japanese", right: "日本語" },
74
{ value: "ko", title: "Korean", right: "한국어" },
75
{ value: "ar", title: "Arabic", right: "عربي" },
76
+ { value: "zh", title: "Chinese", right: "中文" },
77
+ { value: "fa", title: "Persian", right: "فارسی" },
78
+ { value: "th", title: "Thai", right: "ไทย" },
79
],
80
dynamicTitle: true,
81
},
0 commit comments