decap localizing changes
All checks were successful
publish / publish (push) Successful in 23s

This commit is contained in:
Jannik Menzel 2025-06-16 16:11:42 +02:00
parent 7e81c9efc5
commit 420a9e7fd7

View file

@ -10,7 +10,7 @@ media_folder: "static/images"
public_folder: "/images" public_folder: "/images"
collections: collections:
- name: "home" - name: "home-ger"
label: "Home (GER)" label: "Home (GER)"
files: files:
- file: "content/about.de.md" - file: "content/about.de.md"
@ -175,7 +175,7 @@ collections:
- { label: "Titel", name: "title", widget: "string" } - { label: "Titel", name: "title", widget: "string" }
- { label: "Entwurf", name: "draft", widget: "boolean", default: false } - { label: "Entwurf", name: "draft", widget: "boolean", default: false }
- { label: "Inhalt", name: "body", widget: "markdown" } # - { label: "Inhalt", name: "body", widget: "markdown" } #
- name: "home" - name: "home-eng"
label: "Home (ENG)" label: "Home (ENG)"
files: files:
- file: "content/about.en.md" - file: "content/about.en.md"