Skip to content

Commit

Permalink
refactor: add missing integer translation (#4674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandeirex committed Mar 9, 2024
1 parent 941334f commit 6f140a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/i18n/src/locale/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"digits": "O campo {field} deve ser numérico e ter 0:{length} dígitos",
"dimensions": "O campo {field} deve ter 0:{width} pixels de largura por 1:{height} pixels de altura",
"email": "O campo {field} deve ser um email válido",
"integer": "O campo {field} deve ser um número inteiro",
"not_one_of": "O campo {field} deve ser um valor válido",
"ext": "O campo {field} deve ser um ficheiro válido",
"image": "O campo {field} deve ser uma imagem",
Expand Down

0 comments on commit 6f140a3

Please sign in to comment.