mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 13:16:16 +08:00
refactor(i18n): about locales (#30336)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -29,7 +29,6 @@ vi.mock('../marketplace/hooks', () => ({
|
||||
// Mock useGetLanguage context
|
||||
vi.mock('@/context/i18n', () => ({
|
||||
useGetLanguage: () => 'en-US',
|
||||
useI18N: () => ({ locale: 'en-US' }),
|
||||
}))
|
||||
|
||||
// Mock useTheme hook
|
||||
|
||||
Reference in New Issue
Block a user