mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
i18n build
This commit is contained in:
parent
773e1650cb
commit
4c3f40b41a
1 changed files with 3 additions and 1 deletions
4
next-ui/dir2json.d.ts
vendored
4
next-ui/dir2json.d.ts
vendored
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue