mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[GH-ISSUE #2540] Web Vaultwarden stops to adapt to the environment langage #14088
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 7, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2540
Subject of the issue
Web Vaultwarden stops to adapt to the browser language.
In the previous version, Vaultwarden was able to adapt the default language interface to the user language interface. After the 1.25.0 update, we were in the 1.24.0 version, the default language is English even if the desktop environment or web browser is in another language.
The version number : 1.25.0
The webvault : 2.28.1
Install method: Debian packages
Clients used: Chromium and Firefox
MySQL/MariaDB or PostgreSQL version: Postgresql
Other relevant details:
Steps to reproduce
Change the language of your browser and open Vaultwarden.
Expected behaviour
The Vaultwarden interface default language should be the same as the browser.
Actual behaviour
The Vaultwarden interface default language is English.
@BlackDex commented on GitHub (Jun 7, 2022):
This was a bug in the web-vault: https://github.com/bitwarden/web/issues/1587
It has already been resolved in the latest release of the web-vault
2022.05.0which is currently available within thetestingtagged image of Vaultwarden.