Skip to content

Commit

Permalink
Fix Brazilian Portuguese translation message
Browse files Browse the repository at this point in the history
  • Loading branch information
renanl23 authored and JeremySkinner committed Aug 3, 2023
1 parent 34f9205 commit ea6979f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ internal class PortugueseBrazilLanguage {
"Length_Simple" => "'{PropertyName}' deve ter entre {MinLength} e {MaxLength} caracteres.",
"MinimumLength_Simple" => "'{PropertyName}' deve ser maior ou igual a {MinLength} caracteres.",
"MaximumLength_Simple" => "'{PropertyName}' deve ser menor ou igual a {MaxLength} caracteres.",
"ExactLength_Simple" => "'{PropertyName}' deve ter no máximo {MaxLength} caracteres.",
"ExactLength_Simple" => "'{PropertyName}' deve ter {MaxLength} caracteres de comprimento.",
"InclusiveBetween_Simple" => "'{PropertyName}' deve estar entre {From} e {To}.",
_ => null,
};
Expand Down

0 comments on commit ea6979f

Please sign in to comment.