This commit is contained in:
2026-01-13 17:51:19 +02:00
parent 25d3b525f6
commit 268c696d64
25 changed files with 889 additions and 80 deletions
@@ -0,0 +1,9 @@
<script>
import { getLocaleName } from "../locale.svelte.js";
let { channel, schemaField, locale } = $props();
</script>
{#if locale !== "main"}
{getLocaleName(channel, locale)} >
{/if}
{schemaField.name} <br />