Browse Source

fix: missing translation for Brazilian Portuguese (#40019)

The filterCheckall "Select all items" locale for the Table Filter is missing in Brazilian Portuguese
pull/40432/head
Rafael Carvalho 2 years ago
committed by GitHub
parent
commit
a52033c725
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/locale/pt_BR.tsx

1
components/locale/pt_BR.tsx

@ -21,6 +21,7 @@ const localeValues: Locale = {
filterConfirm: 'OK',
filterReset: 'Resetar',
filterEmptyText: 'Sem filtros',
filterCheckall: 'Selecionar todos os items',
emptyText: 'Sem conteúdo',
selectAll: 'Selecionar página atual',
selectInvert: 'Inverter seleção',

Loading…
Cancel
Save