FEAT-5: add /genetik route + nav entry + German strings (page stub)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 00:04:03 +02:00
parent e077766cc5
commit f7ba1fa70e
4 changed files with 41 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ const navItems = [
{ to: '/rennmaeuse', label: de.nav.gerbils, icon: '🐭', end: false },
{ to: '/wuerfe', label: de.nav.litters, icon: '🍼', end: false },
{ to: '/zuechter', label: de.nav.breeders, icon: '🧑‍🌾', end: false },
{ to: '/genetik', label: de.nav.genetics, icon: '🧬', end: false },
]
/**