From 4c3f40b41a7198d49ab5a33f68072c079998a8f0 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 17 Oct 2025 09:50:53 +0800 Subject: [PATCH] i18n build --- next-ui/dir2json.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next-ui/dir2json.d.ts b/next-ui/dir2json.d.ts index 62b99521..b74ff1ef 100644 --- a/next-ui/dir2json.d.ts +++ b/next-ui/dir2json.d.ts @@ -4,7 +4,9 @@ // noinspection JSUnusedGlobalSymbols // Auto generated by vite-plugin-dir2json declare module "*i18n?dir2json&ext=.json&1" { - const json: {}; + const json: { + "en": string; +}; export default json; }