erster brauchbarer stand.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
maik
2026-08-18 15:32:41 +02:00
co-authored by Claude Opus 4.8
commit 936b710edf
460 changed files with 13751 additions and 0 deletions
@@ -0,0 +1,6 @@
{{- /* Gibt das lokalisierte Anzeige-Label für eine Kategorie (String als Kontext) zurück */ -}}
{{- $lbl := . -}}
{{- if eq site.Language.Lang "en" -}}
{{- with index site.Data.kategorien . -}}{{- with .en -}}{{- $lbl = . -}}{{- end -}}{{- end -}}
{{- end -}}
{{- $lbl -}}