mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-22 23:07:25 +08:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
import { i18n } from "./app/i18n/config"
|
|
|
|
export default {
|
|
locales: i18n.locales,
|
|
defaultLocale: i18n.defaultLocale,
|
|
localePrefix: i18n.localePrefix,
|
|
}
|
|
|
|
|