Skip to content

Commit ae7dfad

Browse files
chore(.storybook): add farsi language to options
1 parent 54431ca commit ae7dfad

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.storybook/i18next.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const baseLocales = {
66
zh: { title: "中国人", left: "Zh" },
77
ru: { title: "Русский", left: "Ru" },
88
uk: { title: "українська", left: "Uk" },
9+
fa: { title: "فارسی", left: "Fa" },
910
}
1011

1112
// Only i18n files named in this array are being exposed to Storybook. Add filenames as necessary.

.storybook/modes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ export const langModes = {
3232
uk: {
3333
locale: "uk",
3434
},
35+
fa: {
36+
locale: "fa",
37+
},
3538
}
3639

3740
type LangViewModeObj = {

0 commit comments

Comments
 (0)