Skip to content

Commit

Permalink
chore(admin-ui): Enable Farsi in language select
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 29, 2023
1 parent 1193863 commit 53bb605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/admin-ui-plugin/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ export const defaultAvailableLanguages = [
LanguageCode.ru,
LanguageCode.uk,
LanguageCode.it,
LanguageCode.fa,
];
3 changes: 2 additions & 1 deletion packages/admin-ui/src/lib/static/vendure-ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"fr",
"ru",
"uk",
"it"
"it",
"fa"
],
"brand": "",
"hideVendureBranding": false,
Expand Down

0 comments on commit 53bb605

Please sign in to comment.