diff --git a/Cargo.lock b/Cargo.lock index 2755b8af2848..838077063178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7558,7 +7558,7 @@ dependencies = [ [[package]] name = "sd-core" -version = "0.2.2" +version = "0.2.3" dependencies = [ "aovec", "async-channel", @@ -7697,7 +7697,7 @@ dependencies = [ [[package]] name = "sd-desktop" -version = "0.2.2" +version = "0.2.3" dependencies = [ "axum", "directories 5.0.1", diff --git a/interface/app/$libraryId/settings/client/general.tsx b/interface/app/$libraryId/settings/client/general.tsx index 9fa11e554593..d40049cd5214 100644 --- a/interface/app/$libraryId/settings/client/general.tsx +++ b/interface/app/$libraryId/settings/client/general.tsx @@ -28,8 +28,8 @@ const LANGUAGE_OPTIONS = [ { value: 'es', label: 'Español' }, { value: 'fr', label: 'Français' }, { value: 'tr', label: 'Türkçe' }, - { value: 'zh-CN', label: '中文(简体)' }, - { value: 'zh-TW', label: '中文(繁體)' } + { value: 'zh_CN', label: '中文(简体)' }, + { value: 'zh_TW', label: '中文(繁體)' } ]; export const Component = () => { @@ -201,8 +201,8 @@ export const Component = () => {