Merge pull request #6257 from menloresearch/fix/enable-back-app-language-setting

fix: enable back app language setting
This commit is contained in:
Louis 2025-08-21 13:15:31 +07:00 committed by GitHub
commit 8d3fcf1680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ import { stopAllModels } from '@/services/models'
import { SystemEvent } from '@/types/events' import { SystemEvent } from '@/types/events'
import { Input } from '@/components/ui/input' import { Input } from '@/components/ui/input'
import { useHardware } from '@/hooks/useHardware' import { useHardware } from '@/hooks/useHardware'
import LanguageSwitcher from '@/containers/LanguageSwitcher'
// eslint-disable-next-line @typescript-eslint/no-explicit-any // eslint-disable-next-line @typescript-eslint/no-explicit-any
export const Route = createFileRoute(route.settings.general as any)({ export const Route = createFileRoute(route.settings.general as any)({
@ -245,10 +246,10 @@ function General() {
} }
/> />
)} )}
{/* <CardItem <CardItem
title={t('common:language')} title={t('common:language')}
actions={<LanguageSwitcher />} actions={<LanguageSwitcher />}
/> */} />
</Card> </Card>
{/* Data folder */} {/* Data folder */}