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 562da59 commit cab3859Copy full SHA for cab3859
.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