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
I18n in js works by compiling our current locale file into the assets.
However since no watched js file is changed when updating a locale file, assets are not rebuilt and contain an outdated version of the translations.
Currently I'm just removing public/packs when deploying to trigger a recompilation.
Not a big deal but we could probably do something better.
The text was updated successfully, but these errors were encountered:
I18n in js works by compiling our current locale file into the assets.
However since no watched js file is changed when updating a locale file, assets are not rebuilt and contain an outdated version of the translations.
Currently I'm just removing
public/packs
when deploying to trigger a recompilation.Not a big deal but we could probably do something better.
The text was updated successfully, but these errors were encountered: