Site Settings
Configure your site's core properties and localization.
{ e.preventDefault(); saveSettings(); }}>
General Settings
Site Title
SEO Settings
Meta Description
Keywords (comma separated)
Localization
Default Site Locale
{#each supportedLanguages as lang} {#if lang.abbreviation}
{lang.name} ({lang.abbreviation})
{/if} {/each}
Supported Languages
{#each supportedLanguages as lang, index}
removeLanguage(index)} disabled={supportedLanguages.length <= 1} title="Remove Language" aria-label="Remove Language">
{/each}
Add Language
Translation Services
Translation Driver
Mock (Development Only)
Google Translate
DeepL
OpenAI (GPT-4o-mini)
Choose "Mock" for testing without an API key, or select a provider for production.
{#if translationDriver === 'google'}
Google Translate API Key
Required for automated block translations using Google.
{/if} {#if translationDriver === 'deepl'}
DeepL API Key
Required for automated block translations using DeepL.
{/if} {#if translationDriver === 'openai'}
OpenAI API Key
Required for automated block translations using OpenAI (GPT-4o-mini).
{/if}
Save Settings