initial stuff

This commit is contained in:
Henri
2025-11-21 08:15:07 +02:00
parent a38a367ac5
commit 8c18827dc5
33 changed files with 522 additions and 148 deletions

28
public/locales/en.json Normal file
View File

@@ -0,0 +1,28 @@
{
"nav": {
"about": "About Us",
"aboutPages": {
"info": "What we're doing?",
"join": "Join Us",
"mentors": "Mentors",
"board": "Board"
},
"events": "Events",
"eventsPages": {
"calendar": "Events Calendar",
"workshops": "Workshops",
"fresh": "Freshmen Initiation",
"repair": "Repair Café"
},
"contact": "Contact",
"helpdesk": "Helpdesk"
},
"content": {},
"footer": {
"address": "Address: ",
"mail": "E-mail: ",
"messenger": "Messenger: ",
"reg": "Reg. code: ",
"toast": "Our socials! Follow us for updates and news."
}
}