You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the relative JS files like app/javascript/initializers/i18n.js
I tried all of them, but having 1 last issue on JS is the I18n module is not define not sure about that, I create this dedicate ticket for this upgrading, happy coding 🍺
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered:
Why
We are using both i18n-js Ruby and i18n-js Node package v3
To upgrade from v3 to v4, it requires lot of changes, I tried it but failed in some step, some task I remember was
app/javascript/global.js
following the guide on https://www.npmjs.com/package/i18n-js?activeTab=readmeconfig.middleware.use I18n::JS::Middleware
as v4 doesn't have itconfig/i18n-js.yml
toconfig/i18n.yml
and update the contenti18n:js:export
toi18n export
app/javascript/initializers/i18n.js
I tried all of them, but having 1 last issue on JS is the
I18n module is not define
not sure about that, I create this dedicate ticket for this upgrading, happy coding 🍺Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: