fix: Add some missing message strings. (#8908)

* fix: Add some missing message strings.

* fix: Prefix messages with SHORTCUTS
This commit is contained in:
Aaron Dodson
2025-04-21 10:44:57 -07:00
committed by GitHub
parent cece3f6296
commit 9d127698d6
3 changed files with 21 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"@metadata": {
"author": "Ellen Spertus <ellen.spertus@gmail.com>",
"lastupdated": "2025-04-21 08:25:34.842680",
"lastupdated": "2025-04-21 10:42:10.549634",
"locale": "en",
"messagedocumentation" : "qqq"
},
@@ -425,5 +425,8 @@
"CUT_SHORTCUT": "Cut (%1)",
"COPY_SHORTCUT": "Copy (%1)",
"PASTE_SHORTCUT": "Paste (%1)",
"HELP_PROMPT": "Press %1 for help on keyboard controls"
"HELP_PROMPT": "Press %1 for help on keyboard controls",
"SHORTCUTS_GENERAL": "General",
"SHORTCUTS_EDITING": "Editing",
"SHORTCUTS_CODE_NAVIGATION": "Code navigation"
}