fix: locales in admin panel settings page

This commit is contained in:
3252a8
2026-05-12 10:31:21 +03:00
parent 9679190709
commit b9c0dfb9a1
5 changed files with 282 additions and 87 deletions
@@ -494,7 +494,7 @@
{/if}
{#if active === "settings"}
<SettingsSection {at} {isCompact} {onSettingsSaved} />
<SettingsSection {at} {isCompact} {onSettingsSaved} {currentLang} />
{/if}
</main>
</section>