You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Fall back to untranslated string rather than showing missing translation error (#8609)
This commit is contained in:
@@ -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>
|
||||
+
|
||||
|
@@ -8,7 +8,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
<div
|
||||
className="mx_SettingsTab_heading"
|
||||
>
|
||||
missing translation: en|Keyboard
|
||||
Keyboard
|
||||
</div>
|
||||
<KeyboardShortcutSection
|
||||
category={
|
||||
@@ -30,7 +30,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
<div
|
||||
className="mx_SettingsTab_subheading"
|
||||
>
|
||||
missing translation: en|Composer
|
||||
Composer
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -59,7 +59,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
>
|
||||
<kbd>
|
||||
|
||||
missing translation: en|Ctrl
|
||||
Ctrl
|
||||
|
||||
</kbd>
|
||||
+
|
||||
@@ -103,7 +103,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
>
|
||||
<kbd>
|
||||
|
||||
missing translation: en|Ctrl
|
||||
Ctrl
|
||||
|
||||
</kbd>
|
||||
+
|
||||
@@ -145,7 +145,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
<div
|
||||
className="mx_SettingsTab_subheading"
|
||||
>
|
||||
missing translation: en|Navigation
|
||||
Navigation
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -173,7 +173,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
>
|
||||
<kbd>
|
||||
|
||||
missing translation: en|Enter
|
||||
Enter
|
||||
|
||||
</kbd>
|
||||
</KeyboardKey>
|
||||
|
Reference in New Issue
Block a user