mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
Switch to tRPC (#173)
This commit is contained in:
parent
3d7e7e8a95
commit
2c4157ea24
245 changed files with 1585 additions and 1755 deletions
6
declarations/i18next.d.ts
vendored
6
declarations/i18next.d.ts
vendored
|
@ -1,8 +1,8 @@
|
|||
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";
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue