Skip to content

Commit

Permalink
chore(admin-ui): Enable th HR translation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 18, 2023
1 parent 4035fda commit 75f79f4
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 @@ -24,4 +24,5 @@ export const defaultAvailableLanguages = [
LanguageCode.it,
LanguageCode.fa,
LanguageCode.ne,
LanguageCode.hr,
];
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 @@ -23,7 +23,8 @@
"uk",
"it",
"fa",
"ne"
"ne",
"hr"
],
"brand": "",
"hideVendureBranding": false,
Expand Down

0 comments on commit 75f79f4

Please sign in to comment.