@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.
@@ -1 +1 @@
1
- !function(i){const o=i.gl=i.gl||{};o.dictionary=Object.assign(o.dictionary||{},{"Show source":"",Source:"Orixe"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
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={}));
@@ -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;
@@ -23,4 +23,4 @@ msgstr "Orixe"
23
23
 
24
24
  msgctxt "The accessible label of the menu bar button that changes the editor mode to raw source (HTML) editing."
25
25
  msgid "Show source"
26
- msgstr ""
26
+ msgstr "Amosar a orixe"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-source-editing",
3
- "version": "43.0.0-alpha.1",
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.1",
17
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.1",
18
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.1",
19
- "@ckeditor/ckeditor5-theme-lark": "43.0.0-alpha.1",
20
- "ckeditor5": "43.0.0-alpha.1"
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",