Add language support with english and german supported
This commit is contained in:
parent
d7033aec94
commit
173f104f58
4 changed files with 108 additions and 26 deletions
33
languages/de-DE.json
Normal file
33
languages/de-DE.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"site_title": "Tarions Portfolio",
|
||||
|
||||
"nav_home": "Startseite",
|
||||
"nav_projects": "Projekte",
|
||||
"nav_skills": "Fähigkeiten",
|
||||
"nav_contact": "Kontakt",
|
||||
|
||||
"home_greeting": "Hey <span class='wave'>👋</span> Ich bin <span>Tarion</span>.",
|
||||
"home_subtitle": "Spieleentwickler",
|
||||
"home_description": "Derzeit entwickle ich ein Spiel mit der Unity-Engine.",
|
||||
|
||||
"projects_title": "Projekte",
|
||||
|
||||
"skills_title": "Fähigkeiten",
|
||||
|
||||
"contact_title": "Kontakt",
|
||||
"contact_message": "Interesse an einer Zusammenarbeit? Schreib mir eine E-Mail <i class='fa-solid fa-envelope'></i>",
|
||||
|
||||
"footer_text": "© 2025 Tarion. Alle Rechte vorbehalten.",
|
||||
|
||||
"project_game_engine_title": "Game Engine",
|
||||
"project_game_engine_description": "Eine benutzerdefinierte C++-Spiel-Engine mit Lua-Skripting-Integration.",
|
||||
|
||||
"project_schwarzer_title": "schwarzer-energie.de",
|
||||
"project_schwarzer_description": "Website für einen Schornsteinfeger- und Energieausweisbetrieb.",
|
||||
|
||||
"project_tarion_org_title": "tarion.org",
|
||||
"project_tarion_org_description": "Persönliches Portfolio zur Präsentation meiner Projekte und Entwicklungsarbeit.",
|
||||
|
||||
"project_lov8_title": "LOV-8",
|
||||
"project_lov8_description": "Eine Fantasy-Konsole, entwickelt mit LÖVE2D, mit einer abgeschotteten Umgebung zum Entwickeln von Spielen unter strengen Einschränkungen."
|
||||
}
|
34
languages/en.json
Normal file
34
languages/en.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"site_title": "Tarions Portfolio",
|
||||
|
||||
"nav_home": "Home",
|
||||
"nav_projects": "Projects",
|
||||
"nav_skills": "Skills",
|
||||
"nav_contact": "Contact",
|
||||
|
||||
"home_greeting": "Hey <span class='wave'>👋</span> I'm <span>Tarion</span>.",
|
||||
"home_subtitle": "Game Programmer",
|
||||
"home_description": "Currently developing a game using the Unity Engine.",
|
||||
|
||||
"projects_title": "Projects",
|
||||
|
||||
"skills_title": "Skills",
|
||||
|
||||
"contact_title": "Contact",
|
||||
"contact_message": "Interested in working together? Send me an email <i class='fa-solid fa-envelope'></i>",
|
||||
|
||||
"footer_text": "© 2025 Tarion. All rights reserved.",
|
||||
|
||||
|
||||
"project_game_engine_title": "Game Engine",
|
||||
"project_game_engine_description": "A custom C++ game engine with Lua scripting integration.",
|
||||
|
||||
"project_schwarzer_title": "schwarzer-energie.de",
|
||||
"project_schwarzer_description": "Website for a chimney sweeping and energy certification business.",
|
||||
|
||||
"project_tarion_org_title": "tarion.org",
|
||||
"project_tarion_org_description": "Personal portfolio showcasing my projects and development work.",
|
||||
|
||||
"project_lov8_title": "LOV-8",
|
||||
"project_lov8_description": "A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue