mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +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,
|
|
}
|
|
|
|
|