Update translations after app has been built #1341
Unanswered
yummyhotdog
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Your translation files (like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to figure out how to update my i18n translations in production, after the app has been built & deployed. I tried using the
lazy
option (with and withoutskipNuxtState
) without any luck. Here's my current nuxt.config.js:Use case: After the app has been deployed, I want to update a string inside
locales/en-US.js
. The app should update the respective string in the frontend, without the need of restarting the server or redeploying the app. Is this possible?Any help is appreciated, thank you! :)
Beta Was this translation helpful? Give feedback.
All reactions