Skip to content

Commit

Permalink
fix(admin-ui-plugin): Fix default languages list
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 7, 2020
1 parent 5aebcd6 commit be3bf29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/admin-ui-plugin/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const defaultAvailableLanguages = [
LanguageCode.en,
LanguageCode.es,
LanguageCode.pl,
LanguageCode.zh,
LanguageCode.zh_Hans,
LanguageCode.zh_Hant,
LanguageCode.pt_BR,
];

0 comments on commit be3bf29

Please sign in to comment.