feat:#72 add footer and commit id injection

This commit is contained in:
survellow
2025-04-07 19:39:54 +02:00
parent 51301d19eb
commit 744dd90cd2
15 changed files with 1181 additions and 2508 deletions

View File

@@ -272,5 +272,17 @@
},
"notFound": "Nicht gefunden, wonach du suchst?",
"contact": "Kontakt aufnehmen"
},
"footer": {
"commitInfo": {
"tooltip": "Version",
"title": "Version",
"description": "Zeigt die Commit-ID der verwendeten Frontend-Version des HTWKalenders an. Für Debbugger und Entwickler.",
"hash": "Commit-Hash",
"component": "Komponente",
"components":{
"frontend": "Frontend"
}
}
}
}