This commit is contained in:
Timothy Jaeryang Baek 2025-07-29 11:22:14 +04:00
parent 807c34b40c
commit 22d53be3a5
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
import { getLanguages, changeLanguage } from '$lib/i18n';
const dispatch = createEventDispatcher();
import { models, settings, theme, user } from '$lib/stores';
import { config, models, settings, theme, user } from '$lib/stores';
const i18n = getContext('i18n');
@ -233,7 +233,7 @@
</select>
</div>
</div>
{#if $i18n.language === 'en-US'}
{#if $i18n.language === 'en-US' && !($config?.license_metadata ?? false)}
<div class="mb-2 text-xs text-gray-400 dark:text-gray-500">
Couldn't find your language?
<a