Eddy Hernandez

Results 2 comments of Eddy Hernandez

My current implementation works good with next.js 13 app directory. `next-translate.d.ts` ```ts import type { I18n, Translate } from "next-translate"; import type common from "~/../locales/en/common.json"; import type home from "~/../locales/en/home.json";...