feat: start internatinalization

This commit is contained in:
canove
2020-08-12 19:55:41 -03:00
parent ecf5ea1eb3
commit 63732568e9
22 changed files with 356 additions and 11975 deletions

View File

@@ -0,0 +1,24 @@
const messages = {
en: {
translations: {
signup: {
title: "Signup",
toasts: {
success: "User sucessfully registered. Login!",
fail: "Error creating user account. Verify your data.",
},
form: {
name: "Name",
email: "Email",
password: "Password",
},
buttons: {
submit: "SIGNUP",
login: "Already registred? Go to login!",
},
},
},
},
};
export { messages };