[IMP] Removed the old name and added german language.

This commit is contained in:
Michael Ortner
2025-05-17 21:10:10 +02:00
parent a1c6c7053e
commit e0c7541a87
6 changed files with 211 additions and 6 deletions
@@ -20,7 +20,7 @@ export const AboutSystem: React.FC = () => {
return <div className="space-y-6 animate-fade-in">
<div>
<h1 className="text-3xl font-bold tracking-tight">{t('aboutSystem')}</h1>
<p className="text-muted-foreground text-base leading-relaxed mt-2">{t('aboutReamStack')}</p>
<p className="text-muted-foreground text-base leading-relaxed mt-2">{t('aboutCheckcle')}</p>
</div>
<Separator />