-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
matrix-org/matrix-react-sdk
#7633Labels
A-ComposerA-ShortcutsKeyboard shortcutsKeyboard shortcutsI18nS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Defect
Description
Steps to reproduce
Non-English languages use words other than "Ctrl" for that key, so shortcuts like "Ctrl K" and "Ctrl + Shift + D" should be translatable.
I was going to submit a PR but I wasn't sure whether we should use concatenation like in BasicMessageComposer line 69, or provide these as separate translatable strings like "Use Ctrl + Enter to send a message".
Outcome
What did you expect?
In German, "Ctrl K" should display as "Strg K"
What happened instead?
The English is used everywhere.
Operating system
No response
Browser information
No response
URL for webapp
No response
Application version
No response
Homeserver
No response
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
A-ComposerA-ShortcutsKeyboard shortcutsKeyboard shortcutsI18nS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Defect