@ckeditor/ckeditor5-widget 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 "The label used by assistive technologies describing a toolbar attached to a widget."
20
20
  msgid "Widget toolbar"
@@ -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 "The label used by assistive technologies describing a toolbar attached to a widget."
20
20
  msgid "Widget toolbar"
@@ -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 "The label used by assistive technologies describing a toolbar attached to a widget."
20
20
  msgid "Widget toolbar"
@@ -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 "The label used by assistive technologies describing a toolbar attached to a widget."
20
20
  msgid "Widget toolbar"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "34.1.0",
3
+ "version": "34.2.0",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,29 +11,29 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "@ckeditor/ckeditor5-core": "^34.1.0",
15
- "@ckeditor/ckeditor5-engine": "^34.1.0",
16
- "@ckeditor/ckeditor5-enter": "^34.1.0",
17
- "@ckeditor/ckeditor5-ui": "^34.1.0",
18
- "@ckeditor/ckeditor5-utils": "^34.1.0",
19
- "@ckeditor/ckeditor5-typing": "^34.1.0",
14
+ "@ckeditor/ckeditor5-core": "^34.2.0",
15
+ "@ckeditor/ckeditor5-engine": "^34.2.0",
16
+ "@ckeditor/ckeditor5-enter": "^34.2.0",
17
+ "@ckeditor/ckeditor5-ui": "^34.2.0",
18
+ "@ckeditor/ckeditor5-utils": "^34.2.0",
19
+ "@ckeditor/ckeditor5-typing": "^34.2.0",
20
20
  "lodash-es": "^4.17.15"
21
21
  },
22
22
  "devDependencies": {
23
- "@ckeditor/ckeditor5-basic-styles": "^34.1.0",
24
- "@ckeditor/ckeditor5-block-quote": "^34.1.0",
25
- "@ckeditor/ckeditor5-clipboard": "^34.1.0",
26
- "@ckeditor/ckeditor5-editor-balloon": "^34.1.0",
27
- "@ckeditor/ckeditor5-editor-classic": "^34.1.0",
28
- "@ckeditor/ckeditor5-essentials": "^34.1.0",
29
- "@ckeditor/ckeditor5-heading": "^34.1.0",
30
- "@ckeditor/ckeditor5-horizontal-line": "^34.1.0",
31
- "@ckeditor/ckeditor5-image": "^34.1.0",
32
- "@ckeditor/ckeditor5-link": "^34.1.0",
33
- "@ckeditor/ckeditor5-media-embed": "^34.1.0",
34
- "@ckeditor/ckeditor5-paragraph": "^34.1.0",
35
- "@ckeditor/ckeditor5-table": "^34.1.0",
36
- "@ckeditor/ckeditor5-undo": "^34.1.0"
23
+ "@ckeditor/ckeditor5-basic-styles": "^34.2.0",
24
+ "@ckeditor/ckeditor5-block-quote": "^34.2.0",
25
+ "@ckeditor/ckeditor5-clipboard": "^34.2.0",
26
+ "@ckeditor/ckeditor5-editor-balloon": "^34.2.0",
27
+ "@ckeditor/ckeditor5-editor-classic": "^34.2.0",
28
+ "@ckeditor/ckeditor5-essentials": "^34.2.0",
29
+ "@ckeditor/ckeditor5-heading": "^34.2.0",
30
+ "@ckeditor/ckeditor5-horizontal-line": "^34.2.0",
31
+ "@ckeditor/ckeditor5-image": "^34.2.0",
32
+ "@ckeditor/ckeditor5-link": "^34.2.0",
33
+ "@ckeditor/ckeditor5-media-embed": "^34.2.0",
34
+ "@ckeditor/ckeditor5-paragraph": "^34.2.0",
35
+ "@ckeditor/ckeditor5-table": "^34.2.0",
36
+ "@ckeditor/ckeditor5-undo": "^34.2.0"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=14.0.0",