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

@@ -54,7 +54,12 @@
"email": "Email",
"name": "Ваше имя",
"message": "Сообщение",
"submit": "Отправить"
"submit": "Отправить",
"submitted": "Сообщение успешно отправлено!",
"errors": {
"required": "Обязательное поле",
"email": "Введите валидный email"
}
},
"footer": {
"made_with": "Сделано с SvelteKit и Tailwind",