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