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
{{ message }}
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
I might be missing something obvious here, but bear with me.
I use vue-i18n for a small website and have English and German locales. Whenever I deploy the app to the webserver using FileZilla, any new translations in the respective json files show the key instead of the translation on the site. In a new incognito tab, however, the new translation is shown.
I figured this is a caching error, but even after multiple hard refreshes on the website with the issue, I still see the translation key as opposed to the translation. I am at a loss as to why this might be happening.
When I navigate to: https://www.examplewebsite.com/locales/en.json I can see the new translation files have been copied across and are there in the file, so it's not a file mismatch.
This issue might fall outside the scope of vue-i18n hence why I am raising a Discussion Q&A. Any help is greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I might be missing something obvious here, but bear with me.
I use
vue-i18n
for a small website and have English and German locales. Whenever I deploy the app to the webserver using FileZilla, any new translations in the respectivejson
files show the key instead of the translation on the site. In a new incognito tab, however, the new translation is shown.I figured this is a caching error, but even after multiple hard refreshes on the website with the issue, I still see the translation key as opposed to the translation. I am at a loss as to why this might be happening.
I am loading the locales via JSON, as detailed:
When I navigate to:
https://www.examplewebsite.com/locales/en.json
I can see the new translation files have been copied across and are there in the file, so it's not a file mismatch.This issue might fall outside the scope of
vue-i18n
hence why I am raising a Discussion Q&A. Any help is greatly appreciated.Beta Was this translation helpful? Give feedback.
All reactions