From 276e629a4c2de52d325b5f2cde2396c7cafc2356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 6 Mar 2026 11:16:25 +0800 Subject: [PATCH] =?UTF-8?q?nvue=E9=A1=B5=E9=9D=A2=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/index-nvue.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 locale/index-nvue.js diff --git a/locale/index-nvue.js b/locale/index-nvue.js new file mode 100644 index 00000000..91984f14 --- /dev/null +++ b/locale/index-nvue.js @@ -0,0 +1,7 @@ +import zh from './zh.json'; +import en from './en.json'; + +export default { + "zh": zh, + "en": en +} \ No newline at end of file