Broken localisation after syncing data on startup #1995
Replies: 4 comments 2 replies
-
hi! that sounds like a problem with the react files. Can you open the browser's developer console and see if there's a bunch of 404s trying to get "translation.json"? |
Beta Was this translation helpful? Give feedback.
-
you've nailed it 👍 Do I have to rebuild something or set a specific parameter for the updates to be done? |
Beta Was this translation helpful? Give feedback.
-
I've now reverted some config changes in my prod.env and made it work locally. |
Beta Was this translation helpful? Give feedback.
-
Looking good now.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have set up the wger server using the provided docker compose file for the 'prod' environment
After enabling these two parameters in the prod.env:
and restarting the containers, all German translations are gone.
I call the '/de' route, but the UI shows in the main content of the site (Top Menu is translated fine) only the string variable names like:
etc
How can I get the proper German translation back?
Thanks in advance
UPDATE 1: The same issue is on all translations.
I've opened the /en route and I also get only the variables like shown above
Beta Was this translation helpful? Give feedback.
All reactions