How to translate routes in NextJS 15 pages router?

I need to translate routes in NextJS 15 using pages router, next-translate-routes throws Module not found: Can't resolve 'next/dist/shared/lib/router-context'So apparently it's not supported in v15 and in it's packages json in node_modules it states that it supports next 13, so what's the alternative for v15 of next js? Please tell me if you know