Skip to content

Commit

Permalink
feat(admin-ui): Add pt_BR to default translations
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 26, 2020
1 parent 8881aee commit 5da5b4e
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 693 deletions.
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 @@ -11,4 +11,5 @@ export const defaultAvailableLanguages = [
LanguageCode.es,
LanguageCode.pl,
LanguageCode.zh,
LanguageCode.pt_BR,
];
9 changes: 7 additions & 2 deletions packages/admin-ui/i18n-coverage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generatedOn": "2020-08-24T10:59:42.914Z",
"lastCommit": "6efa98be6c5120f7d12f2ef5662edabb40725bd9",
"generatedOn": "2020-08-26T08:49:50.552Z",
"lastCommit": "8881aee83b25f57edba537fbdcb85c77bf5f3c4e",
"translationStatus": {
"de": {
"tokenCount": 662,
Expand All @@ -22,6 +22,11 @@
"translatedCount": 566,
"percentage": 85
},
"pt_BR": {
"tokenCount": 662,
"translatedCount": 657,
"percentage": 99
},
"zh_Hans": {
"tokenCount": 662,
"translatedCount": 550,
Expand Down
Loading

0 comments on commit 5da5b4e

Please sign in to comment.