Translations (#225)

This commit is contained in:
Luke Vella 2022-07-17 17:11:56 +01:00 committed by GitHub
parent 9c61d34f24
commit bfb14b0e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 342 additions and 275 deletions

View file

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