@ckeditor/ckeditor5-code-block 31.0.0 → 31.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- !function(o){const n=o["pt-br"]=o["pt-br"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert code block":"Inserir bloco de código","Plain text":"Texto plano"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(o){const t=o["pt-br"]=o["pt-br"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert code block":"Inserir bloco de código","Plain text":"Texto sem formatação"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const n=i.uz=i.uz||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert code block":"Kodni kiritish","Plain text":"Oddiy matn"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -19,11 +19,14 @@
19
19
  },
20
20
  {
21
21
  "elements": "code",
22
- "classes": [
23
- "*",
24
- "language-*"
25
- ],
26
- "_comment": "By default, the language of the code block is represented as a CSS class prefixed by `language-`. The CSS class name can be customized via the `config.codeBlock.languages` array."
22
+ "classes": "language-*",
23
+ "_comment": "By default, the language of the code block is represented as a CSS class prefixed by `language-`"
24
+ },
25
+ {
26
+ "elements": "code",
27
+ "classes": "*",
28
+ "isAlternative": true,
29
+ "_comment": "The CSS class name can be customized via the `config.codeBlock.languages` array."
27
30
  }
28
31
  ]
29
32
  }
@@ -22,4 +22,4 @@ msgstr "Inserir bloco de código"
22
22
 
23
23
  msgctxt "A language of the code block in the editor content when no specific programming language is associated with it."
24
24
  msgid "Plain text"
25
- msgstr "Texto plano"
25
+ msgstr "Texto sem formatação"
@@ -0,0 +1,25 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Uzbek (https://www.transifex.com/ckeditor/teams/11143/uz/)\n"
16
+ "Language: uz\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ msgctxt "A label of the button that allows inserting a new code block into the editor content."
20
+ msgid "Insert code block"
21
+ msgstr "Kodni kiritish"
22
+
23
+ msgctxt "A language of the code block in the editor content when no specific programming language is associated with it."
24
+ msgid "Plain text"
25
+ msgstr "Oddiy matn"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-code-block",
3
- "version": "31.0.0",
3
+ "version": "31.1.0",
4
4
  "description": "Code block feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,26 +12,26 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^31.0.0"
15
+ "ckeditor5": "^31.1.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-alignment": "^31.0.0",
19
- "@ckeditor/ckeditor5-autoformat": "^31.0.0",
20
- "@ckeditor/ckeditor5-basic-styles": "^31.0.0",
21
- "@ckeditor/ckeditor5-block-quote": "^31.0.0",
22
- "@ckeditor/ckeditor5-clipboard": "^31.0.0",
23
- "@ckeditor/ckeditor5-core": "^31.0.0",
24
- "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
25
- "@ckeditor/ckeditor5-engine": "^31.0.0",
26
- "@ckeditor/ckeditor5-enter": "^31.0.0",
27
- "@ckeditor/ckeditor5-editor-classic": "^31.0.0",
28
- "@ckeditor/ckeditor5-image": "^31.0.0",
29
- "@ckeditor/ckeditor5-indent": "^31.0.0",
30
- "@ckeditor/ckeditor5-markdown-gfm": "^31.0.0",
31
- "@ckeditor/ckeditor5-paragraph": "^31.0.0",
32
- "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
33
- "@ckeditor/ckeditor5-undo": "^31.0.0",
34
- "@ckeditor/ckeditor5-utils": "^31.0.0",
18
+ "@ckeditor/ckeditor5-alignment": "^31.1.0",
19
+ "@ckeditor/ckeditor5-autoformat": "^31.1.0",
20
+ "@ckeditor/ckeditor5-basic-styles": "^31.1.0",
21
+ "@ckeditor/ckeditor5-block-quote": "^31.1.0",
22
+ "@ckeditor/ckeditor5-clipboard": "^31.1.0",
23
+ "@ckeditor/ckeditor5-core": "^31.1.0",
24
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
25
+ "@ckeditor/ckeditor5-engine": "^31.1.0",
26
+ "@ckeditor/ckeditor5-enter": "^31.1.0",
27
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
28
+ "@ckeditor/ckeditor5-image": "^31.1.0",
29
+ "@ckeditor/ckeditor5-indent": "^31.1.0",
30
+ "@ckeditor/ckeditor5-markdown-gfm": "^31.1.0",
31
+ "@ckeditor/ckeditor5-paragraph": "^31.1.0",
32
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
33
+ "@ckeditor/ckeditor5-undo": "^31.1.0",
34
+ "@ckeditor/ckeditor5-utils": "^31.1.0",
35
35
  "webpack": "^4.43.0",
36
36
  "webpack-cli": "^3.3.11"
37
37
  },