Skip to content

Commit

Permalink
Improved entry descriptions in contexts.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Mar 20, 2024
1 parent f34cdb4 commit 84d1ada
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ckeditor5-code-block/lang/contexts.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Insert code block": "A label of the button that allows inserting a new code block into the editor content.",
"Plain text": "A language of the code block in the editor content when no specific programming language is associated with it.",
"Leaving %0 code snippet": "Assistive technologies label for leaving the code block with specified programming language.",
"Entering %0 code snippet": "Assistive technologies label for entering the code block with specified programming language.",
"Entering code snippet": "Assistive technologies label for entering the code block with not specified programming language.",
"Leaving code snippet": "Assistive technologies label for leaving the code block with not specified programming language."
"Leaving %0 code snippet": "Assistive technologies label for leaving the code block with a specified programming language. Example: 'Leaving JavaScript code snippet'",
"Entering %0 code snippet": "Assistive technologies label for entering the code block with a specified programming language. Example: 'Entering JavaScript code snippet'",
"Entering code snippet": "Assistive technologies label for entering the code block with unspecified programming language.",
"Leaving code snippet": "Assistive technologies label for leaving the code block with unspecified programming language."
}

0 comments on commit 84d1ada

Please sign in to comment.