feat: add tg api
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m35s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m35s
This commit is contained in:
9
src/i18n/index.d.ts
vendored
Normal file
9
src/i18n/index.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import "i18next";
|
||||
|
||||
import type { resources } from "../../public/locales/en.d.ts";
|
||||
|
||||
declare module "i18next" {
|
||||
interface CustomTypeOptions {
|
||||
resources: { translation: typeof resources };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user