fnando / i18n-js

It's a small library to provide the I18n translations on the Javascript. It comes with Rails support.
MIT License
3.77k stars 520 forks source link

Migration guide does not discuss backends #669

Closed eiglow closed 1 year ago

eiglow commented 2 years ago

Hi,

I'm trying to migrate an app to i18n-js 4, but I'm running into some issues.

I guess backends no longer exist anymore? What is the replacement? Or if they do still exist, how do we use them? Because I18n::Backend is apparently no longer a thing that exists.

fnando commented 2 years ago

I18n::Backend is not a i18n-js thing, but a i18n thing, so things should still work. Can you please share a sample project that reproduces the issue?

eiglow commented 1 year ago

You're right. I'll try re-working our usage of I18n stuff more from the ground up