feat: add internationalization support with next-intl

This commit is contained in:
beilunyang
2025-10-13 00:57:32 +08:00
parent 0fcc4b9e85
commit d175017b51
46 changed files with 1436 additions and 432 deletions
+9
View File
@@ -0,0 +1,9 @@
import { i18n } from "./app/i18n/config"
export default {
locales: i18n.locales,
defaultLocale: i18n.defaultLocale,
localePrefix: i18n.localePrefix,
}