Language
Hey, every time I change language it changes back to my web browsers language on refresh. How do I make it stick?
8 Replies
Hi, you can append /language to your URL. For example, http://homarr/de should always be German (homarr -> your host)
Also, what branch are you using? What version?
Ok, that works, thanks.
ghcr.io/ajnart/homarr:latest
Then your browser might delete the cookies for the language. What browser do you use? Extensions?
Brave and a password manager
Brave is very aggresive with ads. But not sure, if it clears cookies automatically
Tried in Edge too and same thing happens
Anyhow, if you're happy with /de, it's probably not worth investigating
That's unexpected...
@tagaishi is this something, you'd like to look into?
Nope, already known and already fixed in auth since the system changed
We currently use router, which uses the language entered in the url. Since the language config is now down by user in auth, I fixed it by reading the language from the user instead. Since I don't think we're gonna do a 0.13.5 but go directly to auth, it will be fixed in the next version