Open nielsbasjes opened 1 year ago
FYI: My current workaround (this only works because I'm the only user).
1) In /opt/kasm/current/www/locales/translate.js
make the entire array of countryCodes
empty.
2) In /opt/kasm/current/www/locales/
remove all subdirectories except /en/
.
Thank you for the feedback. The dropdown in the profile sections is for changing the language settings of the container sessions when they are created. There is no option to set the UI language, its all automatic. We will be looking at allowing users to change the UI language instead.
There is an option for forcing the UI to a particular language (e.g https://my.kasm.server/?lng=en
)
https://kasmweb.com/docs/latest/user_guide/translations.html
Thanks for pointing me to this documentation. This effectively makes this an invalid bug report. Sorry about that. Please close or leave open (as feature request for making the selection) you see as most useful for you.
Describe the bug In Chrome I have configured that Dutch is my preferred language.
The effect (which is how it should happen) is that my browser sends out the
Accept-Language
header with the valuenl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
to all websites. The Kasm web UI shows everything in Dutch (which is correct).For Kasm I personally prefer English so I change the setting in my Kasm profile from
Auto
toEngels: Verenigde Staten van America
(which is US English as written in Dutch).After I logout and login again the above setting is still there, yet the entire UI is still in Dutch.
To Reproduce Steps to reproduce the behavior:
Preferred languages
and make Dutch the preferred one (i.e. top of the list).Auto
to something else (which is not Dutch). A green popup is shown that it was successfully changed.Expected behavior
Accept-Language
header. This seems to work.Screenshots
Workspaces Version 1.14.0
Workspaces Installation Method Single Server
Client Browser (please complete the following information):
Workspace Server Information (please provide the output of the following commands):
uname -a
cat /etc/os-release
sudo docker info
sudo docker ps | grep kasm
root@kasm:~# uname -a
root@kasm:~# cat /etc/os-release
root@kasm:~# sudo docker ps | grep kasm
Additional context I have just updated my existing 1.10.0 installation to 1.14.0 using the commandline script for this purpose. This worked perfectly.