fix: Refactor i18n config and fix plugin search box styling issue (#22945)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useLanguage } from '@/app/components/header/account-setting/model-provider-page/hooks'
|
||||
import { renderI18nObject } from '@/i18n'
|
||||
import { renderI18nObject } from '@/i18n-config'
|
||||
|
||||
export const useRenderI18nObject = () => {
|
||||
const language = useLanguage()
|
||||
|
Reference in New Issue
Block a user