mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
Translations (#225)
This commit is contained in:
parent
9c61d34f24
commit
bfb14b0e02
29 changed files with 342 additions and 275 deletions
2
declarations/i18next.d.ts
vendored
2
declarations/i18next.d.ts
vendored
|
@ -2,12 +2,10 @@ import "react-i18next";
|
|||
|
||||
import app from "~/public/locales/en/app.json";
|
||||
import homepage from "~/public/locales/en/homepage.json";
|
||||
import support from "~/public/locales/en/support.json";
|
||||
|
||||
declare module "next-i18next" {
|
||||
interface Resources {
|
||||
homepage: typeof homepage;
|
||||
support: typeof support;
|
||||
app: typeof app;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue