fix: use simple languagnes names

This commit is contained in:
Nybkox
2025-03-04 21:16:44 +01:00
parent 1c3032068e
commit 8d4f9fd953
5 changed files with 14 additions and 68 deletions

View File

@@ -130,8 +130,8 @@ ORDER BY
name="localization.language"
isNative
options={[
{ value: 'en-US', label: 'English' },
{ value: 'cs-CZ', label: 'Czech' },
{ value: 'en', label: 'English' },
{ value: 'cs', label: 'Czech' },
]}
on:change={() => {
setTimeout(() => {