Replies: 1 comment 2 replies
-
@oldbettie Is your expectation that when a user uses Google Translate in the browser, that other messages are fetched in response based on the language that the user translates to? That's not quite how it works. Rather, you should set up a complete Hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup a basic non routing instance. Everything works if I use the accept-language header. We do not need to translate most of out site as this would take litterally months so we rely on google translate and it's mostly good enough. But in some cases we want to replace the values with our own values I was hoping this package would work. It seems to not have any impact.
We use "sv" as the default language so I have sv.json and en.json files with the correct translations. but the en.json fine has no impact when a user selects to translate with google translate.
Not sure if this is intended or not but it's quite annoying if this is intended that would mean we need to translate the entire site rather then just manually set the translations for the bad ones ourselves.
Beta Was this translation helpful? Give feedback.
All reactions