i18n build

This commit is contained in:
Gauthier Roebroeck 2025-10-17 09:50:53 +08:00
parent 773e1650cb
commit 4c3f40b41a

View file

@ -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;
}