Przeglądaj źródła

Added entries to lang/contexts.json.

Piotr Jasiun 6 lat temu
rodzic
commit
9bab772da4
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      packages/ckeditor5-heading/lang/contexts.json

+ 3 - 1
packages/ckeditor5-heading/lang/contexts.json

@@ -7,5 +7,7 @@
 	"Heading 3": "Dropdown option label for the heading level 3 format.",
 	"Heading 3": "Dropdown option label for the heading level 3 format.",
 	"Heading 4": "Dropdown option label for the heading level 4 format.",
 	"Heading 4": "Dropdown option label for the heading level 4 format.",
 	"Heading 5": "Dropdown option label for the heading level 5 format.",
 	"Heading 5": "Dropdown option label for the heading level 5 format.",
-	"Heading 6": "Dropdown option label for the heading level 6 format."
+	"Heading 6": "Dropdown option label for the heading level 6 format.",
+	"Type your title": "Default title field placeholder for the editor with title and body",
+	"Type or paste your content here.": "Default body field placeholder for the editor with title and body"
 }
 }