Skip to content

Commit

Permalink
refactor: remove locale field
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomous committed Jul 22, 2024
1 parent a5d9d52 commit 2074de5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/react-material-ui/src/utils/i18n/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ const en_US = {
appBar: {
noContext: 'You must use table root under AppBarContext',
},
jsonSchema: {
invalidTitle: 'Invalid title',
},
table: {
noContext: 'You must use table root under TableRootContext',
toolbarSelectedCount: '{{ count }} selected',
Expand Down
3 changes: 0 additions & 3 deletions packages/react-material-ui/src/utils/i18n/locales/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ const pt_BR = {
appBar: {
noContext: 'Deve ser usado abaixo de AppBarContext',
},
jsonSchema: {
invalidTitle: 'Título inválido',
},
table: {
noContext: 'Deve ser usado abaixo de TableRootContext',
toolbarSelectedCount_one: '{{ count }} selecionado',
Expand Down

0 comments on commit 2074de5

Please sign in to comment.