Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS translations not updated when deploying #110

Open
viroulep opened this issue Mar 26, 2020 · 0 comments
Open

JS translations not updated when deploying #110

viroulep opened this issue Mar 26, 2020 · 0 comments

Comments

@viroulep
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant