@lemon-fe/umi-plugin-routes
v1.0.1
Published
用于国际化处理 route.title,默认引用$t 的路径是@/utils/intl,通过增加如下配置可以调整:
Downloads
132
Readme
umi-plugin-routes
用于国际化处理 route.title,默认引用$t 的路径是@/utils/intl,通过增加如下配置可以调整:
{
routesInfo: {
intlPath: 'xxxx';
}
}
同时在使用 formatjs extract,需要显示加入路径 src/.umi/core/routes.ts, 如下:
formatjs extract \"src/**/*.{ts,tsx}\" \"src/.umi/core/routes.ts\" --ignore \"src/**/*.d.ts\" --out-file .i18n/extracted/zh-CN.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' && formatjs compile .i18n/extracted/zh-CN.json --out-file .i18n/lang/zh-CN.json