Skip to content

Commit

Permalink
feat(suggestion): add funcionalidade
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciro Cesar Maciel committed Dec 20, 2020
1 parent 849c817 commit 4ac45f8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/en-US/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default {
"8c0692a": {
d: "This field is required",
},
ecb177a: {
d: "yYour message must include at least 20 characters",
},
daafb0e: {
d: "Enter a valid email!",
},
Expand Down
7 changes: 7 additions & 0 deletions data/en-US/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ module.exports = {
fd7e6be: {
d: "Trash",
},
c973040: {
d: "Your message was successfully sent, thank you.",
},
a09813b: {
d:
"There was an error and it was not possible to send your message, please try again.",
},
};
3 changes: 3 additions & 0 deletions data/pt-BR/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default {
"8c0692a": {
d: "Este campo é obrigatório",
},
ecb177a: {
d: "Sua mensagem deve contem ao menos 20 caracteres",
},
daafb0e: {
d: "Informe um email válido!",
},
Expand Down
7 changes: 7 additions & 0 deletions data/pt-BR/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ module.exports = {
fd7e6be: {
d: "Lixeira",
},
c973040: {
d: "Sua mensagem foi enviada com sucesso, obrigado.",
},
a09813b: {
d:
"Ocorreu um erro e não foi possível enviar a sua mensagem, tente novamente.",
},
};

0 comments on commit 4ac45f8

Please sign in to comment.