@ckeditor/ckeditor5-font 42.0.0-alpha.23 → 42.0.0-alpha.24
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.
package/build/translations/it.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const o=i.it=i.it||{};o.dictionary=Object.assign(o.dictionary||{},{Big:"Grandi",Default:"Predefinito","Document colors":"Colori del
|
|
1
|
+
!function(i){const o=i.it=i.it||{};o.dictionary=Object.assign(o.dictionary||{},{Big:"Grandi",Default:"Predefinito","Document colors":"Colori del documento","Font Background Color":"Colore di sfondo caratteri","Font Color":"Colore caratteri","Font Family":"Tipo di caratteri","Font Size":"Dimensione caratteri",Huge:"Grandissimi",Small:"Piccoli",Tiny:"Piccolissimi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/translations/it.js
CHANGED
|
@@ -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 {"it":{"dictionary":{"Font Size":"Dimensione caratteri","Tiny":"Piccolissimi","Small":"Piccoli","Big":"Grandi","Huge":"Grandissimi","Font Family":"Tipo di caratteri","Default":"Predefinito","Font Color":"Colore caratteri","Font Background Color":"Colore di sfondo caratteri","Document colors":"Colori del
|
|
5
|
+
export default {"it":{"dictionary":{"Font Size":"Dimensione caratteri","Tiny":"Piccolissimi","Small":"Piccoli","Big":"Grandi","Huge":"Grandissimi","Font Family":"Tipo di caratteri","Default":"Predefinito","Font Color":"Colore caratteri","Font Background Color":"Colore di sfondo caratteri","Document colors":"Colori del documento"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Font Size":"Dimensione caratteri","Tiny":"Piccolissimi","Small":"Piccoli","Big":"Grandi","Huge":"Grandissimi","Font Family":"Tipo di caratteri","Default":"Predefinito","Font Color":"Colore caratteri","Font Background Color":"Colore di sfondo caratteri","Document colors":"Colori del
|
|
7
|
+
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Font Size":"Dimensione caratteri","Tiny":"Piccolissimi","Small":"Piccoli","Big":"Grandi","Huge":"Grandissimi","Font Family":"Tipo di caratteri","Default":"Predefinito","Font Color":"Colore caratteri","Font Background Color":"Colore di sfondo caratteri","Document colors":"Colori del documento"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
|
|
8
8
|
e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );
|
|
10
10
|
e[ 'it' ].getPluralForm = getPluralForm;
|
package/lang/translations/it.po
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-font",
|
|
3
|
-
"version": "42.0.0-alpha.
|
|
3
|
+
"version": "42.0.0-alpha.24",
|
|
4
4
|
"description": "Font feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"ckeditor5": "42.0.0-alpha.
|
|
16
|
+
"ckeditor5": "42.0.0-alpha.24"
|
|
17
17
|
},
|
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
|
19
19
|
"license": "GPL-2.0-or-later",
|