fix(editor): register the open-preview banner string

verify:localization-extraction failed because the rich-markdown
fallback banner's "Open preview" button called translate() with a
key never added to en.json.
This commit is contained in:
Frederic Barthelemy
2026-09-18 04:32:31 -07:00
committed by Neil
parent 9d2ca03c4c
commit 4aa170ae56
+2 -1
View File
@@ -117,7 +117,8 @@
"editor": {
"richMarkdown": {
"tooLarge": "File is larger than the {{limit}} rich editing limit. Showing source mode instead.",
"openAnyway": "Open anyway"
"openAnyway": "Open anyway",
"openPreview": "Open preview"
},
"fileLoad": {
"hostUnresolved": "The host couldn't find this file's workspace. It may have been removed, or the host may not know about it yet. Retry, or close this tab from the tab strip."