@ckeditor/ckeditor5-block-quote 34.1.0 → 34.2.0
Sign up to get free protection for your applications and to get access to all the features.
package/lang/translations/es.po
CHANGED
@@ -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=
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
18
|
|
19
19
|
msgctxt "Toolbar button tooltip for the Block quote feature."
|
20
20
|
msgid "Block quote"
|
package/lang/translations/fr.po
CHANGED
@@ -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=
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
18
|
|
19
19
|
msgctxt "Toolbar button tooltip for the Block quote feature."
|
20
20
|
msgid "Block quote"
|
package/lang/translations/it.po
CHANGED
@@ -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=
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
18
|
|
19
19
|
msgctxt "Toolbar button tooltip for the Block quote feature."
|
20
20
|
msgid "Block quote"
|
@@ -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=
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
18
|
|
19
19
|
msgctxt "Toolbar button tooltip for the Block quote feature."
|
20
20
|
msgid "Block quote"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-block-quote",
|
3
|
-
"version": "34.
|
3
|
+
"version": "34.2.0",
|
4
4
|
"description": "Block quote feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,22 +12,22 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"ckeditor5": "^34.
|
15
|
+
"ckeditor5": "^34.2.0"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
|
-
"@ckeditor/ckeditor5-basic-styles": "^34.
|
19
|
-
"@ckeditor/ckeditor5-core": "^34.
|
18
|
+
"@ckeditor/ckeditor5-basic-styles": "^34.2.0",
|
19
|
+
"@ckeditor/ckeditor5-core": "^34.2.0",
|
20
20
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
21
|
-
"@ckeditor/ckeditor5-editor-classic": "^34.
|
22
|
-
"@ckeditor/ckeditor5-engine": "^34.
|
23
|
-
"@ckeditor/ckeditor5-enter": "^34.
|
24
|
-
"@ckeditor/ckeditor5-heading": "^34.
|
25
|
-
"@ckeditor/ckeditor5-image": "^34.
|
26
|
-
"@ckeditor/ckeditor5-list": "^34.
|
27
|
-
"@ckeditor/ckeditor5-paragraph": "^34.
|
28
|
-
"@ckeditor/ckeditor5-table": "^34.
|
29
|
-
"@ckeditor/ckeditor5-theme-lark": "^34.
|
30
|
-
"@ckeditor/ckeditor5-typing": "^34.
|
21
|
+
"@ckeditor/ckeditor5-editor-classic": "^34.2.0",
|
22
|
+
"@ckeditor/ckeditor5-engine": "^34.2.0",
|
23
|
+
"@ckeditor/ckeditor5-enter": "^34.2.0",
|
24
|
+
"@ckeditor/ckeditor5-heading": "^34.2.0",
|
25
|
+
"@ckeditor/ckeditor5-image": "^34.2.0",
|
26
|
+
"@ckeditor/ckeditor5-list": "^34.2.0",
|
27
|
+
"@ckeditor/ckeditor5-paragraph": "^34.2.0",
|
28
|
+
"@ckeditor/ckeditor5-table": "^34.2.0",
|
29
|
+
"@ckeditor/ckeditor5-theme-lark": "^34.2.0",
|
30
|
+
"@ckeditor/ckeditor5-typing": "^34.2.0",
|
31
31
|
"webpack": "^5.58.1",
|
32
32
|
"webpack-cli": "^4.9.0"
|
33
33
|
},
|