@ckeditor/ckeditor5-source-editing 43.0.0-alpha.1 → 43.0.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
package/build/translations/gl.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(
|
1
|
+
!function(o){const i=o.gl=o.gl||{};i.dictionary=Object.assign(i.dictionary||{},{"Show source":"Amosar a orixe",Source:"Orixe"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/translations/gl.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 {"gl":{"dictionary":{"Source":"Orixe","Show source":""},getPluralForm(n){return (n != 1);}}}
|
5
|
+
export default {"gl":{"dictionary":{"Source":"Orixe","Show source":"Amosar a orixe"},getPluralForm(n){return (n != 1);}}}
|
@@ -4,7 +4,7 @@
|
|
4
4
|
*/
|
5
5
|
|
6
6
|
( e => {
|
7
|
-
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Source":"Orixe","Show source":""},getPluralForm(n){return (n != 1);}}};
|
7
|
+
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Source":"Orixe","Show source":"Amosar a orixe"},getPluralForm(n){return (n != 1);}}};
|
8
8
|
e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null };
|
9
9
|
e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary );
|
10
10
|
e[ 'gl' ].getPluralForm = getPluralForm;
|
package/lang/translations/gl.po
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-source-editing",
|
3
|
-
"version": "43.0.0-alpha.
|
3
|
+
"version": "43.0.0-alpha.2",
|
4
4
|
"description": "Source editing 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.
|
17
|
-
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.
|
18
|
-
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.
|
19
|
-
"@ckeditor/ckeditor5-theme-lark": "43.0.0-alpha.
|
20
|
-
"ckeditor5": "43.0.0-alpha.
|
16
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.2",
|
17
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.2",
|
18
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.2",
|
19
|
+
"@ckeditor/ckeditor5-theme-lark": "43.0.0-alpha.2",
|
20
|
+
"ckeditor5": "43.0.0-alpha.2"
|
21
21
|
},
|
22
22
|
"author": "CKSource (http://cksource.com/)",
|
23
23
|
"license": "GPL-2.0-or-later",
|