export function defineI18nLocale(locale) { return locale; } export function defineI18nConfig(config) { return config; }