{prefix}
{#each allLanguages as language}
{language} {#if $translations?.[language] !== undefined} * {/if}
{/each}
dispatch("submit")} />
{postfix}
You have currently set translations for
{#each Object.keys($translations) as l}
currentLang.setData(l)}>
{l}:
{$translations[l]}
{/each}