-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule core
updated
51 files
Submodule sdkjs
updated
18 files
+1 −1 | cell/api.js | |
+5 −1 | cell/model/clipboard.js | |
+61 −18 | cell/native/native.js | |
+228 −4 | common/Native/Wrappers/api.js | |
+1 −1 | common/apiBase_plugins.js | |
+1 −0 | common/commonDefines.js | |
+1 −1 | common/plugins.js | |
+9 −0 | common/plugins/plugin_base.js | |
+4 −4 | slide/Editor/Format/Presentation.js | |
+201 −2 | slide/Native/Wrappers/api.js | |
+25 −0 | slide/Native/Wrappers/native.js | |
+1 −1 | slide/api.js | |
+6 −5 | word/Editor/GraphicObjects/DrawingStates.js | |
+167 −38 | word/Editor/Numbering/NumberingLvl.js | |
+8 −4 | word/Editor/Paragraph.js | |
+22 −17 | word/Editor/Serialize2.js | |
+4 −2 | word/Editor/Table.js | |
+1 −1 | word/api.js |
Submodule plugin-translator
updated
12 files
+6 −0 | README.md | |
+2 −1 | config.json | |
+2 −2 | index_widget.html | |
+ − | resources/img/icon.png | |
+ − | resources/img/icon2.png | |
+ − | resources/img/[email protected] | |
+ − | resources/img/[email protected] | |
+36 −1 | scripts/translate.js | |
+3 −0 | translations/de-DE.json | |
+3 −0 | translations/es-ES.json | |
+3 −0 | translations/fr-FR.json | |
+3 −0 | translations/ru-RU.json |
Submodule web-apps
updated
20 files