mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
feat: start internatinalization
This commit is contained in:
24
frontend/src/translate/languages/en.js
Normal file
24
frontend/src/translate/languages/en.js
Normal 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 };
|
||||
Reference in New Issue
Block a user