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 54431ca commit ae7dfadCopy full SHA for ae7dfad
.storybook/i18next.ts
@@ -6,6 +6,7 @@ export const baseLocales = {
6
zh: { title: "中国人", left: "Zh" },
7
ru: { title: "Русский", left: "Ru" },
8
uk: { title: "українська", left: "Uk" },
9
+ fa: { title: "فارسی", left: "Fa" },
10
}
11
12
// Only i18n files named in this array are being exposed to Storybook. Add filenames as necessary.
.storybook/modes.ts
@@ -32,6 +32,9 @@ export const langModes = {
32
uk: {
33
locale: "uk",
34
},
35
+ fa: {
36
+ locale: "fa",
37
+ },
38
39
40
type LangViewModeObj = {
0 commit comments