Ready for production deployment with Dockerfile and i18n support

This commit is contained in:
2026-04-13 12:57:52 +03:00
parent 8346812507
commit b30376aa1d
32 changed files with 1078 additions and 117 deletions

31
app/dictionaries/en.json Normal file
View File

@@ -0,0 +1,31 @@
{
"nav": {
"discover": "Discover"
},
"about": {
"since": "Since 1980",
"title": "THE SALMAKIS LEGEND",
"p1": "In ancient times, in the bay known today as Bardakçı, there were a pristine lake and a beautiful nymph both named Salmakis. One day, while bathing, she saw Hermaphroditus, the son of Hermes and Aphrodite, and fell deeply in love with him.",
"p2": "However, Hermaphroditus rejected her. Devastated, Salmakis prayed to the gods to unite them forever. Taking pity on her, the gods merged their bodies into one. From that day on, Salmakis and Hermaphroditus lived eternally in a single body possessing dual nature.",
"company": "COMPANY INFORMATION"
},
"footer": {
"tagline": "A Heritage of Excellence Since 1980.",
"copyright": "Salmakis Group. All rights reserved.",
"created_by": "CREATED BY"
},
"sections": {
"resort": {
"title": "Resort",
"subtitle": "A Timeless Escape"
},
"villas": {
"title": "Villas",
"subtitle": "Private Luxury Reflections"
},
"yachting": {
"title": "Yachting",
"subtitle": "Aegean Elegance"
}
}
}