From 2c884c0136ed518dc6826d73aa48361bb527aa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 23 Feb 2022 23:59:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(zh-cn.ts):=20=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E4=B8=AD=E6=96=87=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/zh-cn.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/lang/zh-cn.ts diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts new file mode 100644 index 00000000..c29c95aa --- /dev/null +++ b/src/lang/zh-cn.ts @@ -0,0 +1,6 @@ +export default { + // 路由国际化 + route: { + dashboard: '首页' + } +} \ No newline at end of file