Compare commits
47 Commits
feature/it
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b145a9568 | ||
|
|
ce50921d42 | ||
| 8ec196af15 | |||
| 69c47e3cf0 | |||
| 564a1f96e0 | |||
|
|
dd82088551 | ||
|
|
50f7a4c1ff | ||
|
|
0798e94040 | ||
|
|
33ec55e6f1 | ||
|
|
deda3600c2 | ||
|
|
588347e71d | ||
|
|
6f4c30fc7a | ||
| 0ad2da71b2 | |||
|
|
79dc248825 | ||
|
|
180b7ee04b | ||
|
|
ef31ee2cba | ||
|
|
f62b83cb1a | ||
| 0d3289a900 | |||
|
|
5f60054c1f | ||
|
|
1764bbaa24 | ||
|
|
8e56887b7a | ||
|
|
2001ed947c | ||
|
|
67e4e01708 | ||
|
|
862d65c894 | ||
|
|
df5a05dfc5 | ||
| f9fa9974af | |||
|
|
8575f417da | ||
|
|
8f8cfa4283 | ||
|
|
79cfaf0a95 | ||
|
|
43f2422b88 | ||
|
|
bb501daeb1 | ||
|
|
bbee4c0057 | ||
|
|
663456cbcd | ||
|
|
0fa38cc1ba | ||
|
|
785286f25e | ||
|
|
84535957c8 | ||
|
|
240a1f999a | ||
|
|
7834004380 | ||
|
|
c3c892310a | ||
|
|
0691f75abf | ||
|
|
7d9429d303 | ||
|
|
e48e4c3aa6 | ||
|
|
2999ab9408 | ||
|
|
c9597af998 | ||
|
|
cb5aba50b4 | ||
|
|
0110d04bd6 | ||
|
|
ed3bd14fc7 |
178
README.md
178
README.md
@@ -120,88 +120,88 @@ git submodule add https://git.seemsleg.it/pub/cssjs-func-lib cssjs
|
|||||||
<script src="/cssjs/ckeditor.js"></script>
|
<script src="/cssjs/ckeditor.js"></script>
|
||||||
|
|
||||||
<script>ClassicEditor
|
<script>ClassicEditor
|
||||||
.create( document.querySelector( '.editor' ), {
|
.create( document.querySelector( '.editor' ), {
|
||||||
|
|
||||||
toolbar: {
|
toolbar: {
|
||||||
items: [
|
items: [
|
||||||
'heading',
|
'heading',
|
||||||
'|',
|
'|',
|
||||||
'bold',
|
'bold',
|
||||||
'italic',
|
'italic',
|
||||||
'underline',
|
'underline',
|
||||||
'link',
|
'link',
|
||||||
'removeFormat',
|
'removeFormat',
|
||||||
'fontSize',
|
'fontSize',
|
||||||
'fontFamily',
|
'fontFamily',
|
||||||
'|',
|
'|',
|
||||||
'bulletedList',
|
'bulletedList',
|
||||||
'numberedList',
|
'numberedList',
|
||||||
'todoList',
|
'todoList',
|
||||||
'|',
|
'|',
|
||||||
'indent',
|
'indent',
|
||||||
'outdent',
|
'outdent',
|
||||||
'alignment',
|
'alignment',
|
||||||
'horizontalLine',
|
'horizontalLine',
|
||||||
'|',
|
'|',
|
||||||
'imageUpload',
|
'imageUpload',
|
||||||
'imageInsert',
|
'imageInsert',
|
||||||
'blockQuote',
|
'blockQuote',
|
||||||
'insertTable',
|
'insertTable',
|
||||||
'mediaEmbed',
|
'mediaEmbed',
|
||||||
'undo',
|
'undo',
|
||||||
'redo',
|
'redo',
|
||||||
'|',
|
'|',
|
||||||
'codeBlock',
|
'codeBlock',
|
||||||
'exportPdf',
|
'exportPdf',
|
||||||
'htmlEmbed',
|
'htmlEmbed',
|
||||||
'exportWord',
|
'exportWord',
|
||||||
'highlight'
|
'highlight'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
language: 'de',
|
language: 'de',
|
||||||
image: {
|
image: {
|
||||||
toolbar: [
|
toolbar: [
|
||||||
'imageTextAlternative',
|
'imageTextAlternative',
|
||||||
'|',
|
'|',
|
||||||
'imageStyle:full',
|
'imageStyle:full',
|
||||||
'imageStyle:side',
|
'imageStyle:side',
|
||||||
'imageStyle:alignLeft', 'imageStyle:alignCenter', 'imageStyle:alignRight',
|
'imageStyle:alignLeft', 'imageStyle:alignCenter', 'imageStyle:alignRight',
|
||||||
'|',
|
'|',
|
||||||
'imageResize',
|
'imageResize',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
table: {
|
table: {
|
||||||
contentToolbar: [
|
contentToolbar: [
|
||||||
'tableColumn',
|
'tableColumn',
|
||||||
'tableRow',
|
'tableRow',
|
||||||
'mergeTableCells'
|
'mergeTableCells'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
licenseKey: '',
|
licenseKey: '',
|
||||||
|
|
||||||
} )
|
} )
|
||||||
.then( editor => {
|
.then( editor => {
|
||||||
window.editor = editor;
|
window.editor = editor;
|
||||||
} )
|
} )
|
||||||
.catch( error => {
|
.catch( error => {
|
||||||
console.error( 'Oops, something went wrong!' );
|
console.error( 'Oops, something went wrong!' );
|
||||||
console.error( 'Please, report the following error on https://github.com/ckeditor/ckeditor5/issues with the build id and the error stack trace:' );
|
console.error( 'Please, report the following error on https://github.com/ckeditor/ckeditor5/issues with the build id and the error stack trace:' );
|
||||||
console.warn( 'Build id: p276tlu14l98-tj7z79o4qxsd' );
|
console.warn( 'Build id: p276tlu14l98-tj7z79o4qxsd' );
|
||||||
console.error( error );
|
console.error( error );
|
||||||
} );
|
} );
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Heading
|
Heading
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
heading: {
|
heading: {
|
||||||
options: [
|
options: [
|
||||||
{ model: 'paragraph', title: 'Paragraph', class: 'ck-heading_paragraph' },
|
{ model: 'paragraph', title: 'Paragraph', class: 'ck-heading_paragraph' },
|
||||||
{ model: 'heading1', view: 'h1', title: 'Heading 1', class: 'ck-heading_heading1' },
|
{ model: 'heading1', view: 'h1', title: 'Heading 1', class: 'ck-heading_heading1' },
|
||||||
{ model: 'heading2', view: 'h2', title: 'Heading 2', class: 'ck-heading_heading2' }
|
{ model: 'heading2', view: 'h2', title: 'Heading 2', class: 'ck-heading_heading2' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -252,6 +252,8 @@ Suche: <input type="text" onkeyup="myFilter()" id="suchstr" />
|
|||||||
## problem melden
|
## problem melden
|
||||||
einfach ans ende der seite, rest macht das script
|
einfach ans ende der seite, rest macht das script
|
||||||
```
|
```
|
||||||
|
<body data-feedbackstyle="default|dark">
|
||||||
|
...
|
||||||
<script src="/cssjs/flag.js"></script>
|
<script src="/cssjs/flag.js"></script>
|
||||||
<link rel="stylesheet" href="/cssjs/flag.css">
|
<link rel="stylesheet" href="/cssjs/flag.css">
|
||||||
</body>
|
</body>
|
||||||
@@ -285,3 +287,35 @@ benötigt "Fader"
|
|||||||
<script src="/cssjs/itooltip.min.js"></script>
|
<script src="/cssjs/itooltip.min.js"></script>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Logit alternative zu matomo
|
||||||
|
```
|
||||||
|
<!-- logit -->
|
||||||
|
<script>
|
||||||
|
var _paq = window._paq = window._paq || [];
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
var u="https://log.seemsleg.it/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'logit']);
|
||||||
|
_paq.push(['setSiteId', '10']);
|
||||||
|
</script>
|
||||||
|
<script src="/cssjs/logit.min.js"></script>
|
||||||
|
<noscript><p><img src="https://log.seemsleg.it/logit?idsite=10&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||||
|
<!-- End logit -->
|
||||||
|
```
|
||||||
|
nicht vergessen bei setSiteId die richtige id anzugeben
|
||||||
|
|
||||||
|
## Flag
|
||||||
|
einfach folgende zeilen in den footer
|
||||||
|
```
|
||||||
|
<script src="/cssjs/flag.min.js"></script>
|
||||||
|
<link rel="stylesheet" href="/cssjs/flag.min.css">
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
um zusätzliche infos zu liefern muss ein
|
||||||
|
```
|
||||||
|
data-flaginfo="<key>:<val>"
|
||||||
|
```
|
||||||
|
in irgend ein html tag gepackt werden, ,das wird dann vom script abgeholt wenn es gebraucht wird.
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
body {
|
||||||
|
background-color: #000 !important;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -21,7 +26,6 @@ form .label {
|
|||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.hover {
|
.hover {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|||||||
2
admin.min.css
vendored
2
admin.min.css
vendored
@@ -1 +1 @@
|
|||||||
textarea{display:block;width:100%}form .label{float:left;width:200px}.admin_navi{display:block;width:100%;border-bottom:1px solid #000;overflow:overlay}.admin_navi li{display:block;float:left;margin:0 10px}.hover{border:1px solid #fff}.hover:hover{border:1px solid #000}
|
body{background-color:#000!important;color:#fff}textarea{display:block;width:100%}form .label{float:left;width:200px}.admin_navi{display:block;width:100%;border-bottom:1px solid #000;overflow:overlay}.admin_navi li{display:block;float:left;margin:0 10px}.hover{border:1px solid #fff}.hover:hover{border:1px solid #000}
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
function trackScroll() {
|
function trackScroll() {
|
||||||
var scrolled = window.pageYOffset;
|
var scrolled = window.pageYOffset;
|
||||||
var coords = document.documentElement.clientHeight;
|
var coords = document.documentElement.clientHeight;
|
||||||
console.log(coords,scrolled);
|
|
||||||
|
|
||||||
if (scrolled > coords) {
|
if (scrolled > coords) {
|
||||||
goTopBtn.classList.add('back_to_top-show');
|
goTopBtn.classList.add('back_to_top-show');
|
||||||
|
|||||||
2
backtotop.min.js
vendored
2
backtotop.min.js
vendored
@@ -1,2 +1,2 @@
|
|||||||
!function(){"use strict";function trackScroll(){var scrolled=window.pageYOffset,coords=document.documentElement.clientHeight;console.log(coords,scrolled),scrolled>coords&&goTopBtn.classList.add("back_to_top-show"),scrolled<coords&&goTopBtn.classList.remove("back_to_top-show")}function backToTop(){window.pageYOffset>0&&(window.scrollBy(0,-30),setTimeout(backToTop,0))}var goTopBtn=document.createElement("div");goTopBtn.id="back_to_top",goTopBtn.innerHTML="UP",document.body.appendChild(goTopBtn),window.addEventListener("scroll",trackScroll),goTopBtn.addEventListener("click",backToTop)}();
|
!function(){"use strict";function trackScroll(){var scrolled=window.pageYOffset,coords=document.documentElement.clientHeight;scrolled>coords&&goTopBtn.classList.add("back_to_top-show"),scrolled<coords&&goTopBtn.classList.remove("back_to_top-show")}function backToTop(){window.pageYOffset>0&&(window.scrollBy(0,-30),setTimeout(backToTop,0))}var goTopBtn=document.createElement("div");goTopBtn.id="back_to_top",goTopBtn.innerHTML="UP",document.body.appendChild(goTopBtn),window.addEventListener("scroll",trackScroll),goTopBtn.addEventListener("click",backToTop)}();
|
||||||
//# sourceMappingURL=backtotop.min.js.map
|
//# sourceMappingURL=backtotop.min.js.map
|
||||||
@@ -12,8 +12,6 @@
|
|||||||
"document",
|
"document",
|
||||||
"documentElement",
|
"documentElement",
|
||||||
"clientHeight",
|
"clientHeight",
|
||||||
"console",
|
|
||||||
"log",
|
|
||||||
"goTopBtn",
|
"goTopBtn",
|
||||||
"classList",
|
"classList",
|
||||||
"add",
|
"add",
|
||||||
@@ -28,6 +26,6 @@
|
|||||||
"appendChild",
|
"appendChild",
|
||||||
"addEventListener"
|
"addEventListener"
|
||||||
],
|
],
|
||||||
"mappings": "CAAA,WACE,aAEA,SAASA,cACP,IAAIC,SAAWC,OAAOC,YAClBC,OAASC,SAASC,gBAAgBC,aACtCC,QAAQC,IAAIL,OAAOH,UAEfA,SAAWG,QACbM,SAASC,UAAUC,IAAI,oBAErBX,SAAWG,QACbM,SAASC,UAAUE,OAAO,oBAI9B,SAASC,YACHZ,OAAOC,YAAc,IACvBD,OAAOa,SAAS,GAAI,IACpBC,WAAWF,UAAW,IAI1B,IAAIJ,SAAWL,SAASY,cAAc,OACtCP,SAASQ,GAAK,cACdR,SAASS,UAAY,KACrBd,SAASe,KAAKC,YAAYX,UAE1BR,OAAOoB,iBAAiB,SAAUtB,aAClCU,SAASY,iBAAiB,QAASR,WA7BrC",
|
"mappings": "CAAA,WACE,aAEA,SAASA,cACP,IAAIC,SAAWC,OAAOC,YAClBC,OAASC,SAASC,gBAAgBC,aAElCN,SAAWG,QACbI,SAASC,UAAUC,IAAI,oBAErBT,SAAWG,QACbI,SAASC,UAAUE,OAAO,oBAI9B,SAASC,YACHV,OAAOC,YAAc,IACvBD,OAAOW,SAAS,GAAI,IACpBC,WAAWF,UAAW,IAI1B,IAAIJ,SAAWH,SAASU,cAAc,OACtCP,SAASQ,GAAK,cACdR,SAASS,UAAY,KACrBZ,SAASa,KAAKC,YAAYX,UAE1BN,OAAOkB,iBAAiB,SAAUpB,aAClCQ,SAASY,iBAAiB,QAASR,WA5BrC",
|
||||||
"file": "backtotop.js"
|
"file": "backtotop.js"
|
||||||
}
|
}
|
||||||
55
ckeditor5/LICENSE-ckeditor5.md
Normal file
55
ckeditor5/LICENSE-ckeditor5.md
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
Software License Agreement
|
||||||
|
==========================
|
||||||
|
|
||||||
|
**CKEditor 5** (https://github.com/ckeditor/ckeditor5)<br>
|
||||||
|
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
||||||
|
|
||||||
|
Licensed under a dual-license model, this software is available under:
|
||||||
|
|
||||||
|
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html) (see COPYING.GPL),
|
||||||
|
* or commercial license terms from CKSource Holding sp. z o.o.
|
||||||
|
|
||||||
|
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
|
||||||
|
|
||||||
|
If you are using CKEditor under commercial terms, you are free to remove the COPYING.GPL file with the full copy of a GPL license.
|
||||||
|
|
||||||
|
Sources of Intellectual Property Included in CKEditor 5
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
Where not otherwise indicated, all CKEditor 5 content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor 5 will incorporate work done by developers outside of CKSource with their express permission.
|
||||||
|
|
||||||
|
The following libraries are included in CKEditor 5 under the [ISC license](https://opensource.org/licenses/ISC):
|
||||||
|
|
||||||
|
* hast-util-from-dom - Copyright (c) Keith McKnight <keith@mcknig.ht>.
|
||||||
|
* rehype-dom-parse - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>.
|
||||||
|
* rehype-dom-stringify - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>.
|
||||||
|
|
||||||
|
The following libraries are included in CKEditor 5 under the [MIT license](https://opensource.org/licenses/MIT):
|
||||||
|
|
||||||
|
* @types/color-convert - Copyright (c) Microsoft Corporation.
|
||||||
|
* @types/hast - Copyright (c) Microsoft Corporation.
|
||||||
|
* blurhash - Copyright (c) 2018 Wolt Enterprises.
|
||||||
|
* color-convert - Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> and Copyright (c) 2016-2021 Josh Junon <josh@junon.me>.
|
||||||
|
* color-parse - Copyright (c) 2015 Dmitry Ivanov.
|
||||||
|
* emojibase-data - Copyright (c) 2017-2019 Miles Johnson.
|
||||||
|
* es-toolkit - Copyright (c) 2024 Viva Republica, Inc.
|
||||||
|
* fuzzysort - Copyright (c) 2018 Stephen Kamenar.
|
||||||
|
* hast-util-to-html - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* hast-util-to-mdast - Copyright (c) Titus Wormer <tituswormer@gmail.com> and Copyright (c) Seth Vincent <sethvincent@gmail.com>.
|
||||||
|
* hastscript - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* is-emoji-supported - Copyright (c) 2016-2020 Koala Interactive, Inc.
|
||||||
|
* Regular expression for URL validation - Copyright (c) 2010-2018 Diego Perini.
|
||||||
|
* rehype-remark - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* remark-breaks - Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* remark-gfm - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* remark-parse - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* remark-rehype - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* remark-stringify - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* unified - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* unist-util-visit - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>.
|
||||||
|
* vanilla-colorful - Copyright (c) 2020 Serhii Kulykov <iamkulykov@gmail.com>.
|
||||||
|
|
||||||
|
Trademarks
|
||||||
|
----------
|
||||||
|
|
||||||
|
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
||||||
5
ckeditor5/ckeditor5-content.css
Normal file
5
ckeditor5/ckeditor5-content.css
Normal file
File diff suppressed because one or more lines are too long
5
ckeditor5/ckeditor5-editor.css
Normal file
5
ckeditor5/ckeditor5-editor.css
Normal file
File diff suppressed because one or more lines are too long
6
ckeditor5/ckeditor5.css
Normal file
6
ckeditor5/ckeditor5.css
Normal file
File diff suppressed because one or more lines are too long
1
ckeditor5/ckeditor5.css.map
Normal file
1
ckeditor5/ckeditor5.css.map
Normal file
File diff suppressed because one or more lines are too long
6
ckeditor5/ckeditor5.js
Normal file
6
ckeditor5/ckeditor5.js
Normal file
File diff suppressed because one or more lines are too long
1
ckeditor5/ckeditor5.js.map
Normal file
1
ckeditor5/ckeditor5.js.map
Normal file
File diff suppressed because one or more lines are too long
1455
ckeditor5/ckeditor5.umd.js
Normal file
1455
ckeditor5/ckeditor5.umd.js
Normal file
File diff suppressed because one or more lines are too long
1
ckeditor5/ckeditor5.umd.js.map
Normal file
1
ckeditor5/ckeditor5.umd.js.map
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/af.d.ts
vendored
Normal file
8
ckeditor5/translations/af.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/af.js
Normal file
5
ckeditor5/translations/af.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/af.umd.js
Normal file
11
ckeditor5/translations/af.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/ar.d.ts
vendored
Normal file
8
ckeditor5/translations/ar.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/ar.js
Normal file
5
ckeditor5/translations/ar.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/ar.umd.js
Normal file
11
ckeditor5/translations/ar.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/ast.d.ts
vendored
Normal file
8
ckeditor5/translations/ast.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/ast.js
Normal file
5
ckeditor5/translations/ast.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/ast.umd.js
Normal file
11
ckeditor5/translations/ast.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/az.d.ts
vendored
Normal file
8
ckeditor5/translations/az.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/az.js
Normal file
5
ckeditor5/translations/az.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/az.umd.js
Normal file
11
ckeditor5/translations/az.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/be.d.ts
vendored
Normal file
8
ckeditor5/translations/be.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/be.js
Normal file
5
ckeditor5/translations/be.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/be.umd.js
Normal file
11
ckeditor5/translations/be.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/bg.d.ts
vendored
Normal file
8
ckeditor5/translations/bg.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/bg.js
Normal file
5
ckeditor5/translations/bg.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/bg.umd.js
Normal file
11
ckeditor5/translations/bg.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/bn.d.ts
vendored
Normal file
8
ckeditor5/translations/bn.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/bn.js
Normal file
5
ckeditor5/translations/bn.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/bn.umd.js
Normal file
11
ckeditor5/translations/bn.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/bs.d.ts
vendored
Normal file
8
ckeditor5/translations/bs.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/bs.js
Normal file
5
ckeditor5/translations/bs.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/bs.umd.js
Normal file
11
ckeditor5/translations/bs.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/ca.d.ts
vendored
Normal file
8
ckeditor5/translations/ca.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/ca.js
Normal file
5
ckeditor5/translations/ca.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/ca.umd.js
Normal file
11
ckeditor5/translations/ca.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/cs.d.ts
vendored
Normal file
8
ckeditor5/translations/cs.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/cs.js
Normal file
5
ckeditor5/translations/cs.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/cs.umd.js
Normal file
11
ckeditor5/translations/cs.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/da.d.ts
vendored
Normal file
8
ckeditor5/translations/da.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/da.js
Normal file
5
ckeditor5/translations/da.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/da.umd.js
Normal file
11
ckeditor5/translations/da.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/de-ch.d.ts
vendored
Normal file
8
ckeditor5/translations/de-ch.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/de-ch.js
Normal file
5
ckeditor5/translations/de-ch.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/de-ch.umd.js
Normal file
11
ckeditor5/translations/de-ch.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/de.d.ts
vendored
Normal file
8
ckeditor5/translations/de.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/de.js
Normal file
5
ckeditor5/translations/de.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/de.umd.js
Normal file
11
ckeditor5/translations/de.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/el.d.ts
vendored
Normal file
8
ckeditor5/translations/el.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/el.js
Normal file
5
ckeditor5/translations/el.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/el.umd.js
Normal file
11
ckeditor5/translations/el.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/en-au.d.ts
vendored
Normal file
8
ckeditor5/translations/en-au.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/en-au.js
Normal file
5
ckeditor5/translations/en-au.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/en-au.umd.js
Normal file
11
ckeditor5/translations/en-au.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/en-gb.d.ts
vendored
Normal file
8
ckeditor5/translations/en-gb.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/en-gb.js
Normal file
5
ckeditor5/translations/en-gb.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/en-gb.umd.js
Normal file
11
ckeditor5/translations/en-gb.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/en.d.ts
vendored
Normal file
8
ckeditor5/translations/en.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/en.js
Normal file
5
ckeditor5/translations/en.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/en.umd.js
Normal file
11
ckeditor5/translations/en.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/eo.d.ts
vendored
Normal file
8
ckeditor5/translations/eo.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/eo.js
Normal file
5
ckeditor5/translations/eo.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/eo.umd.js
Normal file
11
ckeditor5/translations/eo.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/es-co.d.ts
vendored
Normal file
8
ckeditor5/translations/es-co.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/es-co.js
Normal file
5
ckeditor5/translations/es-co.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/es-co.umd.js
Normal file
11
ckeditor5/translations/es-co.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/es.d.ts
vendored
Normal file
8
ckeditor5/translations/es.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/es.js
Normal file
5
ckeditor5/translations/es.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/es.umd.js
Normal file
11
ckeditor5/translations/es.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/et.d.ts
vendored
Normal file
8
ckeditor5/translations/et.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/et.js
Normal file
5
ckeditor5/translations/et.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/et.umd.js
Normal file
11
ckeditor5/translations/et.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/eu.d.ts
vendored
Normal file
8
ckeditor5/translations/eu.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/eu.js
Normal file
5
ckeditor5/translations/eu.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/eu.umd.js
Normal file
11
ckeditor5/translations/eu.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/fa.d.ts
vendored
Normal file
8
ckeditor5/translations/fa.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/fa.js
Normal file
5
ckeditor5/translations/fa.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/fa.umd.js
Normal file
11
ckeditor5/translations/fa.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/fi.d.ts
vendored
Normal file
8
ckeditor5/translations/fi.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/fi.js
Normal file
5
ckeditor5/translations/fi.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/fi.umd.js
Normal file
11
ckeditor5/translations/fi.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/fr.d.ts
vendored
Normal file
8
ckeditor5/translations/fr.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/fr.js
Normal file
5
ckeditor5/translations/fr.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/fr.umd.js
Normal file
11
ckeditor5/translations/fr.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/gl.d.ts
vendored
Normal file
8
ckeditor5/translations/gl.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/gl.js
Normal file
5
ckeditor5/translations/gl.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/gl.umd.js
Normal file
11
ckeditor5/translations/gl.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/gu.d.ts
vendored
Normal file
8
ckeditor5/translations/gu.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/gu.js
Normal file
5
ckeditor5/translations/gu.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/gu.umd.js
Normal file
11
ckeditor5/translations/gu.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/he.d.ts
vendored
Normal file
8
ckeditor5/translations/he.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
5
ckeditor5/translations/he.js
Normal file
5
ckeditor5/translations/he.js
Normal file
File diff suppressed because one or more lines are too long
11
ckeditor5/translations/he.umd.js
Normal file
11
ckeditor5/translations/he.umd.js
Normal file
File diff suppressed because one or more lines are too long
8
ckeditor5/translations/hi.d.ts
vendored
Normal file
8
ckeditor5/translations/hi.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||||||
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
||||||
|
declare const translations: Translations;
|
||||||
|
export default translations;
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user