@ckeditor/ckeditor5-language 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.
@@ -0,0 +1 @@
1
+ !function(n){const a=n.pt=n.pt||{};a.dictionary=Object.assign(a.dictionary||{},{"Choose language":"",Language:"Idioma","Remove language":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -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 "Toolbar button tooltip for the text part language feature."
20
20
  msgid "Language"
@@ -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 "Toolbar button tooltip for the text part language feature."
20
20
  msgid "Language"
@@ -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 "Toolbar button tooltip for the text part language feature."
20
20
  msgid "Language"
@@ -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 "Toolbar button tooltip for the text part language feature."
20
20
  msgid "Language"
@@ -0,0 +1,29 @@
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. 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: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
16
+ "Language: pt\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+
19
+ msgctxt "Toolbar button tooltip for the text part language feature."
20
+ msgid "Language"
21
+ msgstr "Idioma"
22
+
23
+ msgctxt "Default label for the text part language dropdown."
24
+ msgid "Choose language"
25
+ msgstr ""
26
+
27
+ msgctxt "The label of the remove language option for the text part language dropdown."
28
+ msgid "Remove language"
29
+ msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-language",
3
- "version": "34.1.0",
3
+ "version": "34.2.0",
4
4
  "description": "Text part language feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,16 +12,16 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^34.1.0"
15
+ "ckeditor5": "^34.2.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-core": "^34.1.0",
18
+ "@ckeditor/ckeditor5-core": "^34.2.0",
19
19
  "@ckeditor/ckeditor5-dev-utils": "^30.0.0",
20
- "@ckeditor/ckeditor5-editor-classic": "^34.1.0",
21
- "@ckeditor/ckeditor5-engine": "^34.1.0",
22
- "@ckeditor/ckeditor5-paragraph": "^34.1.0",
23
- "@ckeditor/ckeditor5-theme-lark": "^34.1.0",
24
- "@ckeditor/ckeditor5-ui": "^34.1.0",
20
+ "@ckeditor/ckeditor5-editor-classic": "^34.2.0",
21
+ "@ckeditor/ckeditor5-engine": "^34.2.0",
22
+ "@ckeditor/ckeditor5-paragraph": "^34.2.0",
23
+ "@ckeditor/ckeditor5-theme-lark": "^34.2.0",
24
+ "@ckeditor/ckeditor5-ui": "^34.2.0",
25
25
  "webpack": "^5.58.1",
26
26
  "webpack-cli": "^4.9.0"
27
27
  },