'多语言'
This commit is contained in:
9
i18n/navigation.ts
Normal file
9
i18n/navigation.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
export { LocaleLink as Link } from "@/app/lib/locale-link";
|
||||
export { usePathname } from "@/app/lib/locale-link";
|
||||
export {
|
||||
useLocale,
|
||||
useLocaleRouter as useRouter,
|
||||
useTranslation,
|
||||
} from "@/app/context/LocaleContext";
|
||||
Reference in New Issue
Block a user