@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.
Files changed (67) hide show
  1. package/LICENSE.md +2 -2
  2. package/README.md +5 -2
  3. package/build/real-time-collaboration.js +2 -4
  4. package/build/translations/cs.js +1 -1
  5. package/build/translations/de-ch.js +1 -1
  6. package/build/translations/de.js +1 -1
  7. package/build/translations/el.js +1 -1
  8. package/build/translations/en-au.js +1 -1
  9. package/build/translations/es.js +1 -1
  10. package/build/translations/et.js +1 -1
  11. package/build/translations/fr.js +1 -1
  12. package/build/translations/gl.js +1 -1
  13. package/build/translations/hi.js +1 -1
  14. package/build/translations/hr.js +1 -1
  15. package/build/translations/hu.js +1 -1
  16. package/build/translations/id.js +1 -1
  17. package/build/translations/it.js +1 -1
  18. package/build/translations/ko.js +1 -1
  19. package/build/translations/lv.js +1 -0
  20. package/build/translations/nl.js +1 -1
  21. package/build/translations/no.js +1 -1
  22. package/build/translations/pl.js +1 -1
  23. package/build/translations/pt-br.js +1 -1
  24. package/build/translations/ro.js +1 -1
  25. package/build/translations/ru.js +1 -1
  26. package/build/translations/sk.js +1 -1
  27. package/build/translations/sr-latn.js +1 -1
  28. package/build/translations/sr.js +1 -1
  29. package/build/translations/tk.js +1 -1
  30. package/build/translations/tr.js +1 -1
  31. package/build/translations/uk.js +1 -1
  32. package/build/translations/zh-cn.js +1 -1
  33. package/build/translations/zh.js +1 -1
  34. package/lang/translations/de.po +5 -5
  35. package/lang/translations/en-au.po +5 -5
  36. package/lang/translations/es.po +2 -1
  37. package/lang/translations/fr.po +2 -1
  38. package/lang/translations/gl.po +5 -5
  39. package/lang/translations/hr.po +5 -5
  40. package/lang/translations/it.po +2 -1
  41. package/lang/translations/lv.po +48 -0
  42. package/lang/translations/pt-br.po +2 -1
  43. package/lang/translations/sk.po +5 -5
  44. package/lang/translations/zh-cn.po +7 -7
  45. package/package.json +5 -6
  46. package/src/common-translations.js +23 -0
  47. package/src/index.js +1 -1
  48. package/src/presencelist/presencelistui.js +1 -1
  49. package/src/presencelist/view/presencecounterview.js +1 -1
  50. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  51. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  52. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  53. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  54. package/src/presencelist/view/presencelistview.js +1 -1
  55. package/src/presencelist/view/tooltipview.js +1 -1
  56. package/src/presencelist.js +1 -1
  57. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  58. package/src/realtimecollaborativecomments.js +1 -1
  59. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  60. package/src/realtimecollaborativeediting/sessions.js +1 -1
  61. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  62. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  63. package/src/realtimecollaborativeediting.js +1 -1
  64. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  65. package/src/realtimecollaborativerevisionhistory.js +1 -1
  66. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  67. 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](http://cksource.com) Holding sp. z o.o. All rights reserved.
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](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
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
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-real-time-collaboration.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-real-time-collaboration)
4
+ ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-real-time-collaboration)
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
  ![Real-time collaboration features in CKEditor 5 WYSIWYG editor screenshot](https://c.cksource.com/a/2/img/npm/ckeditor5-real-time-collaboration.png)
@@ -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](http://cksource.com) Holding sp. z o.o. All rights reserved.
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](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
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.