mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-06 15:56:36 +08:00
feat: add internationalization support with next-intl
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { i18n } from "./app/i18n/config"
|
||||
|
||||
export default {
|
||||
locales: i18n.locales,
|
||||
defaultLocale: i18n.defaultLocale,
|
||||
localePrefix: i18n.localePrefix,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user