From dedd7f2c4609ae19626fcb4160c781a3aefb2e20 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:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(en.ts):=20=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E8=8B=B1=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/en.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/lang/en.ts diff --git a/src/lang/en.ts b/src/lang/en.ts new file mode 100644 index 00000000..075a74b5 --- /dev/null +++ b/src/lang/en.ts @@ -0,0 +1,5 @@ +export default { + route: { + dashboard: 'Dashboard' + } +} \ No newline at end of file