@ckeditor/ckeditor5-core 34.1.0 → 34.2.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.
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
16
16
  "Language: es\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "Label for the Cancel button."
20
20
  msgid "Cancel"
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
16
16
  "Language: fr\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "Label for the Cancel button."
20
20
  msgid "Cancel"
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "Label for the Cancel button."
20
20
  msgid "Cancel"
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "Label for the Cancel button."
20
20
  msgid "Cancel"
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
16
16
  "Language: pt\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "Label for the Cancel button."
20
20
  msgid "Cancel"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-core",
3
- "version": "34.1.0",
3
+ "version": "34.2.0",
4
4
  "description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
5
5
  "keywords": [
6
6
  "wysiwyg",
@@ -23,25 +23,25 @@
23
23
  ],
24
24
  "main": "src/index.js",
25
25
  "dependencies": {
26
- "@ckeditor/ckeditor5-engine": "^34.1.0",
27
- "@ckeditor/ckeditor5-ui": "^34.1.0",
28
- "@ckeditor/ckeditor5-utils": "^34.1.0",
26
+ "@ckeditor/ckeditor5-engine": "^34.2.0",
27
+ "@ckeditor/ckeditor5-ui": "^34.2.0",
28
+ "@ckeditor/ckeditor5-utils": "^34.2.0",
29
29
  "lodash-es": "^4.17.15"
30
30
  },
31
31
  "devDependencies": {
32
- "@ckeditor/ckeditor5-autoformat": "^34.1.0",
33
- "@ckeditor/ckeditor5-basic-styles": "^34.1.0",
34
- "@ckeditor/ckeditor5-block-quote": "^34.1.0",
35
- "@ckeditor/ckeditor5-editor-classic": "^34.1.0",
36
- "@ckeditor/ckeditor5-essentials": "^34.1.0",
37
- "@ckeditor/ckeditor5-heading": "^34.1.0",
38
- "@ckeditor/ckeditor5-image": "^34.1.0",
39
- "@ckeditor/ckeditor5-indent": "^34.1.0",
40
- "@ckeditor/ckeditor5-link": "^34.1.0",
41
- "@ckeditor/ckeditor5-list": "^34.1.0",
42
- "@ckeditor/ckeditor5-media-embed": "^34.1.0",
43
- "@ckeditor/ckeditor5-paragraph": "^34.1.0",
44
- "@ckeditor/ckeditor5-table": "^34.1.0"
32
+ "@ckeditor/ckeditor5-autoformat": "^34.2.0",
33
+ "@ckeditor/ckeditor5-basic-styles": "^34.2.0",
34
+ "@ckeditor/ckeditor5-block-quote": "^34.2.0",
35
+ "@ckeditor/ckeditor5-editor-classic": "^34.2.0",
36
+ "@ckeditor/ckeditor5-essentials": "^34.2.0",
37
+ "@ckeditor/ckeditor5-heading": "^34.2.0",
38
+ "@ckeditor/ckeditor5-image": "^34.2.0",
39
+ "@ckeditor/ckeditor5-indent": "^34.2.0",
40
+ "@ckeditor/ckeditor5-link": "^34.2.0",
41
+ "@ckeditor/ckeditor5-list": "^34.2.0",
42
+ "@ckeditor/ckeditor5-media-embed": "^34.2.0",
43
+ "@ckeditor/ckeditor5-paragraph": "^34.2.0",
44
+ "@ckeditor/ckeditor5-table": "^34.2.0"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=14.0.0",
@@ -246,16 +246,16 @@ export default class Editor {
246
246
 
247
247
  set isReadOnly( value ) {
248
248
  /**
249
- * {@link #isReadOnly Editor#isReadOnly} property is read-only since version `34.0.0` and can be set only using
249
+ * The {@link #isReadOnly Editor#isReadOnly} property is read-only since version `34.0.0` and can be set only using
250
250
  * {@link #enableReadOnlyMode `Editor#enableReadOnlyMode( lockId )`} and
251
251
  * {@link #disableReadOnlyMode `Editor#disableReadOnlyMode( lockId )`}.
252
252
  *
253
- * Before version `34.0.0`:
253
+ * Usage before version `34.0.0`:
254
254
  *
255
255
  * editor.isReadOnly = true;
256
256
  * editor.isReadOnly = false;
257
257
  *
258
- * Since version `34.0.0`:
258
+ * Usage since version `34.0.0`:
259
259
  *
260
260
  * editor.enableReadOnlyMode( 'my-feature-id' );
261
261
  * editor.disableReadOnlyMode( 'my-feature-id' );