fix: Refactor i18n config and fix plugin search box styling issue (#22945)
This commit is contained in:
@@ -2,8 +2,8 @@ import {
|
||||
createContext,
|
||||
useContext,
|
||||
} from 'use-context-selector'
|
||||
import type { Locale } from '@/i18n'
|
||||
import { getDocLanguage, getLanguage, getPricingPageLanguage } from '@/i18n/language'
|
||||
import type { Locale } from '@/i18n-config'
|
||||
import { getDocLanguage, getLanguage, getPricingPageLanguage } from '@/i18n-config/language'
|
||||
import { noop } from 'lodash-es'
|
||||
|
||||
type II18NContext = {
|
||||
|
||||
Reference in New Issue
Block a user