@ckeditor/ckeditor5-font 43.0.0-alpha.1 → 43.0.0-alpha.3

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.
@@ -1 +1 @@
1
- !function(o){const n=o.hr=o.hr||{};n.dictionary=Object.assign(n.dictionary||{},{Big:"Veliki",Default:"Podrazumijevano","Document colors":"Boje dokumenta","Font Background Color":"Pozadinska Boja Fonta","Font Color":"Boja Fonta","Font Family":"Obitelj fonta","Font Size":"Veličina fonta",Huge:"Ogroman",Small:"Mali",Tiny:"Sićušan"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(o){const n=o.hr=o.hr||{};n.dictionary=Object.assign(n.dictionary||{},{Big:"Veliki",Default:"Zadano","Document colors":"Boje dokumenta","Font Background Color":"Pozadinska boja fonta","Font Color":"Boja Fonta","Font Family":"Obitelj fonta","Font Size":"Veličina fonta",Huge:"Ogroman",Small:"Mali",Tiny:"Sićušan"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"hr":{"dictionary":{"Font Size":"Veličina fonta","Tiny":"Sićušan","Small":"Mali","Big":"Veliki","Huge":"Ogroman","Font Family":"Obitelj fonta","Default":"Podrazumijevano","Font Color":"Boja Fonta","Font Background Color":"Pozadinska Boja Fonta","Document colors":"Boje dokumenta"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}}
5
+ export default {"hr":{"dictionary":{"Font Size":"Veličina fonta","Tiny":"Sićušan","Small":"Mali","Big":"Veliki","Huge":"Ogroman","Font Family":"Obitelj fonta","Default":"Zadano","Font Color":"Boja Fonta","Font Background Color":"Pozadinska boja fonta","Document colors":"Boje dokumenta"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Font Size":"Veličina fonta","Tiny":"Sićušan","Small":"Mali","Big":"Veliki","Huge":"Ogroman","Font Family":"Obitelj fonta","Default":"Podrazumijevano","Font Color":"Boja Fonta","Font Background Color":"Pozadinska Boja Fonta","Document colors":"Boje dokumenta"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}};
7
+ const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Font Size":"Veličina fonta","Tiny":"Sićušan","Small":"Mali","Big":"Veliki","Huge":"Ogroman","Font Family":"Obitelj fonta","Default":"Zadano","Font Color":"Boja Fonta","Font Background Color":"Pozadinska boja fonta","Document colors":"Boje dokumenta"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}};
8
8
  e[ 'hr' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'hr' ].dictionary = Object.assign( e[ 'hr' ].dictionary, dictionary );
10
10
  e[ 'hr' ].getPluralForm = getPluralForm;
@@ -43,7 +43,7 @@ msgstr "Obitelj fonta"
43
43
 
44
44
  msgctxt "Dropdown option label for the default font family."
45
45
  msgid "Default"
46
- msgstr "Podrazumijevano"
46
+ msgstr "Zadano"
47
47
 
48
48
  msgctxt "Label of a button that allows selecting a font color."
49
49
  msgid "Font Color"
@@ -51,7 +51,7 @@ msgstr "Boja Fonta"
51
51
 
52
52
  msgctxt "Label of a button that allows selecting a font background color."
53
53
  msgid "Font Background Color"
54
- msgstr "Pozadinska Boja Fonta"
54
+ msgstr "Pozadinska boja fonta"
55
55
 
56
56
  msgctxt "Title of a color picker section containing the colors currently used in the document."
57
57
  msgid "Document colors"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-font",
3
- "version": "43.0.0-alpha.1",
3
+ "version": "43.0.0-alpha.3",
4
4
  "description": "Font feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,11 +13,11 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "43.0.0-alpha.1",
17
- "@ckeditor/ckeditor5-engine": "43.0.0-alpha.1",
18
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.1",
19
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.1",
20
- "ckeditor5": "43.0.0-alpha.1"
16
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.3",
17
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.3",
18
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.3",
19
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.3",
20
+ "ckeditor5": "43.0.0-alpha.3"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",
23
23
  "license": "GPL-2.0-or-later",