Added contact form
This commit is contained in:
@@ -49,6 +49,18 @@
|
||||
"description": "Facts about sleep, background noise generator with the ability to share and select sounds from the community, dream log."
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"h": "Contact me",
|
||||
"email": "Email",
|
||||
"name": "Your name",
|
||||
"message": "Message",
|
||||
"submit": "Submit",
|
||||
"submitted": "Message successfully sent!",
|
||||
"errors": {
|
||||
"required": "Required field",
|
||||
"email": "Enter a valid email"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"made_with": "Made with SvelteKit and Tailwind",
|
||||
"go_back": "Go back in time"
|
||||
|
||||
Reference in New Issue
Block a user