Fall back to untranslated string rather than showing missing translation error (#8609)
This commit is contained in:
parent
fb30b67b14
commit
fcc4d62ede
4 changed files with 45 additions and 10 deletions
|
@ -32,7 +32,7 @@ exports[`KeyboardShortcut doesn't render same modifier twice 1`] = `
|
|||
>
|
||||
<kbd>
|
||||
|
||||
missing translation: en|Ctrl
|
||||
Ctrl
|
||||
|
||||
</kbd>
|
||||
+
|
||||
|
@ -70,7 +70,7 @@ exports[`KeyboardShortcut doesn't render same modifier twice 2`] = `
|
|||
>
|
||||
<kbd>
|
||||
|
||||
missing translation: en|Ctrl
|
||||
Ctrl
|
||||
|
||||
</kbd>
|
||||
+
|
||||
|
@ -95,7 +95,7 @@ exports[`KeyboardShortcut renders alternative key name 1`] = `
|
|||
>
|
||||
<kbd>
|
||||
|
||||
missing translation: en|Page Down
|
||||
Page Down
|
||||
|
||||
</kbd>
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue