@ckeditor/ckeditor5-real-time-collaboration 33.0.0 → 34.2.0
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/LICENSE.md +2 -2
- package/README.md +5 -2
- package/build/real-time-collaboration.js +2 -4
- package/build/translations/cs.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lv.js +1 -0
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/de.po +5 -5
- package/lang/translations/en-au.po +5 -5
- package/lang/translations/es.po +2 -1
- package/lang/translations/fr.po +2 -1
- package/lang/translations/gl.po +5 -5
- package/lang/translations/hr.po +5 -5
- package/lang/translations/it.po +2 -1
- package/lang/translations/lv.po +48 -0
- package/lang/translations/pt-br.po +2 -1
- package/lang/translations/sk.po +5 -5
- package/lang/translations/zh-cn.po +7 -7
- package/package.json +5 -6
- package/src/common-translations.js +23 -0
- package/src/index.js +1 -1
- package/src/presencelist/presencelistui.js +1 -1
- package/src/presencelist/view/presencecounterview.js +1 -1
- package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
- package/src/presencelist/view/presencedropdownlistview.js +1 -1
- package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
- package/src/presencelist/view/presenceinlinelistview.js +1 -1
- package/src/presencelist/view/presencelistview.js +1 -1
- package/src/presencelist/view/tooltipview.js +1 -1
- package/src/presencelist.js +1 -1
- package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
- package/src/realtimecollaborativecomments.js +1 -1
- package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
- package/src/realtimecollaborativeediting/sessions.js +1 -1
- package/src/realtimecollaborativeediting/usermarkers.js +1 -1
- package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
- package/src/realtimecollaborativeediting.js +1 -1
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
- package/src/realtimecollaborativerevisionhistory.js +1 -1
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
- package/src/realtimecollaborativetrackchanges.js +1 -1
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 real-time collaboration** (https://ckeditor.com/collaboration/real-time/)<br>
|
|
5
|
-
Copyright (c) 2003-2022, [CKSource
|
|
5
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 5 real-time collaboration features are licensed under a commercial license and are protected by copyright law.
|
|
8
8
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
@@ -26,4 +26,4 @@ The following libraries are included in CKEditor 5 operations compressor under t
|
|
|
26
26
|
Trademarks
|
|
27
27
|
----------
|
|
28
28
|
|
|
29
|
-
**CKEditor** is a trademark of [CKSource
|
|
29
|
+
**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.
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# CKEditor 5 real-time collaboration
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-real-time-collaboration)
|
|
4
|
+

|
|
5
|
+
|
|
3
6
|
CKEditor 5 real-time collaboration lets you customize your CKEditor 5 build to include real-time collaborative editing, commenting and track changes features. You can also easily tailor them to your needs.
|
|
4
7
|
|
|
5
8
|

|
|
@@ -23,11 +26,11 @@ As a licensed CKEditor 5 real-time collaboration user you can report bugs and re
|
|
|
23
26
|
## License
|
|
24
27
|
|
|
25
28
|
**CKEditor 5 real-time collaboration features** (https://ckeditor.com/collaboration/real-time/)<br>
|
|
26
|
-
Copyright (c) 2003-2022, [CKSource
|
|
29
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
27
30
|
|
|
28
31
|
CKEditor 5 real-time collaboration is licensed under a commercial license and is protected by copyright law.
|
|
29
32
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
30
33
|
|
|
31
34
|
### Trademarks
|
|
32
35
|
|
|
33
|
-
**CKEditor** is a trademark of [CKSource
|
|
36
|
+
**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.
|