sergiodxa / remix-i18next

The easiest way to translate your Remix apps
https://sergiodxa.github.io/remix-i18next/
MIT License
602 stars 44 forks source link

react-i18next 15 support #206

Closed kenn closed 2 months ago

kenn commented 2 months ago

Describe the bug

react-i18next released v15 last month.

https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md

Your Example Website or App

https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md

Steps to Reproduce the Bug or Issue

% pnpm outdated
┌───────────────┬──────────────────────────────────┬────────┐
│ Package       │ Current                          │ Latest │
├───────────────┼──────────────────────────────────┼────────┤
│ react-i18next │ 14.1.3                           │ 15.0.1 │
└───────────────┴──────────────────────────────────┴────────┘

Expected behavior

Update dep to 15.

Screenshots or Videos

No response

Platform

Additional context

No response

sergiodxa commented 2 months ago

Supported since v6.1.1, see https://github.com/sergiodxa/remix-i18next/releases/tag/v6.1.1

kenn commented 2 months ago

Oh didn't realize that — thank you!