You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is that translation string in englisch is View $TYPE$ and so code does a toLowerCaseon $TYPE$. But in German grammar it must be the other way around: $TYPE$ ansehen and the the toLowerCase leads to a grammar error.
There is already a discussion on Crowdin but it can't be fixed in translation strings only
Problem also exits for Cards and all other item types
Operating System
Linux
Operating System Version
Ubuntu 22.04
Web Browser
Firefox
Browser Version
133.0.3
Build Version
2024.12.3
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Expected Result
"Zugangsdaten ansehen"
Actual Result
"zugangsdaten ansehen"
Screenshots or Videos
Additional Context
Problem is that translation string in englisch is
View $TYPE$
and so code does atoLowerCase
on$TYPE$
. But in German grammar it must be the other way around:$TYPE$ ansehen
and the thetoLowerCase
leads to a grammar error.clients/apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.ts
Lines 146 to 162 in 395258d
There is already a discussion on Crowdin but it can't be fixed in translation strings only
Problem also exits for Cards and all other item types
Operating System
Linux
Operating System Version
Ubuntu 22.04
Web Browser
Firefox
Browser Version
133.0.3
Build Version
2024.12.3
Issue Tracking Info
The text was updated successfully, but these errors were encountered: