Skip to content

Commit

Permalink
fix(admin-ui): Add pt_PT translation to ui config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 27, 2021
1 parent 95bff8f commit c7a7bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -13,6 +13,7 @@ export const defaultAvailableLanguages = [
LanguageCode.zh_Hans,
LanguageCode.zh_Hant,
LanguageCode.pt_BR,
LanguageCode.pt_PT,
LanguageCode.cs,
LanguageCode.fr,
LanguageCode.ru,
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/lib/static/vendure-ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tokenMethod": "bearer",
"authTokenHeaderKey": "vendure-auth-token",
"defaultLanguage": "en",
"availableLanguages": ["en", "es", "zh_Hant", "zh_Hans", "pl", "de", "pt_BR", "cs", "fr", "ru", "uk", "it"],
"availableLanguages": ["en", "es", "zh_Hant", "zh_Hans", "pl", "de", "pt_BR", "pt_PT", "cs", "fr", "ru", "uk", "it"],
"brand": "",
"hideVendureBranding": false,
"hideVersion": false
Expand Down

0 comments on commit c7a7bbd

Please sign in to comment.