Added contact form
All checks were successful
Deploy / build-and-publish (push) Successful in 1m18s
Deploy / deploy (push) Successful in 13s

This commit is contained in:
2024-09-29 18:23:41 +03:00
parent 47f367c96b
commit 0e72c78174
5 changed files with 125 additions and 22 deletions

View File

@@ -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"