german translations and some minor changes to the UI to make it prettier

This commit is contained in:
2025-06-25 21:04:42 +02:00
parent e4c6a7e0a8
commit 2a0a0c9f38
6 changed files with 209 additions and 308 deletions

View File

@@ -214,7 +214,7 @@ export default function Home() {
{/* Last update indicator */}
{lastUpdate && (
<div className="text-xs text-gray-500 text-center sm:text-left mb-4">
Last updated: {lastUpdate.toLocaleTimeString()}
Aktualisiert: {lastUpdate.toLocaleTimeString()}
</div>
)}