@ckeditor/ckeditor5-word-count 0.0.0-nightly-20230727.0 → 0.0.0-nightly-20230729.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ !function(a){const i=a.sq=a.sq||{};i.dictionary=Object.assign(i.dictionary||{},{"Characters: %0":"Karaktere: %0","Words: %0":"Fjalë: %0"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const n=i.ug=i.ug||{};n.dictionary=Object.assign(n.dictionary||{},{"Characters: %0":"ھەرپ: %0","Words: %0":"سۆز: %0"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,25 @@
1
+ # Copyright (c) 2003-2023, 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: Albanian (https://app.transifex.com/ckeditor/teams/11143/sq/)\n"
16
+ "Language: sq\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "Label showing the number of words in the editor content."
20
+ msgid "Words: %0"
21
+ msgstr "Fjalë: %0"
22
+
23
+ msgctxt "Label showing the number of characters in the editor content."
24
+ msgid "Characters: %0"
25
+ msgstr "Karaktere: %0"
@@ -0,0 +1,25 @@
1
+ # Copyright (c) 2003-2023, 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: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
16
+ "Language: ug\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "Label showing the number of words in the editor content."
20
+ msgid "Words: %0"
21
+ msgstr "سۆز: %0"
22
+
23
+ msgctxt "Label showing the number of characters in the editor content."
24
+ msgid "Characters: %0"
25
+ msgstr "ھەرپ: %0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-word-count",
3
- "version": "0.0.0-nightly-20230727.0",
3
+ "version": "0.0.0-nightly-20230729.0",
4
4
  "description": "Word and character count feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
15
  "lodash-es": "4.17.21",
16
- "ckeditor5": "0.0.0-nightly-20230727.0"
16
+ "ckeditor5": "0.0.0-nightly-20230729.0"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=16.0.0",