feat: Add markdown context actions for text input

This commit is contained in:
krille-chan 2024-11-15 16:27:26 +01:00
commit 22023450d5
No known key found for this signature in database
3 changed files with 112 additions and 1 deletions

View file

@ -2806,5 +2806,11 @@
"name": "Name",
"version": "Version",
"website": "Website",
"sendUncompressed": "Send uncompressed"
"sendUncompressed": "Send uncompressed",
"boldText": "Bold text",
"italicText": "Italic text",
"strikeThrough": "Strikethrough",
"pleaseFillOut": "Please fill out",
"invalidUrl": "Invalid url",
"addLink": "Add link"
}