Add more words to dict

This commit is contained in:
Pavel Lobashov 2019-09-02 17:19:28 +03:00
parent 72d3c60934
commit 5db6c2704c
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
personal_ws-1.1 en 440 utf-8
personal_ws-1.1 en 450 utf-8
ACOT
ACOTH
ActiveCell
@ -210,6 +210,7 @@ ISFORMULA
ISOWEEKNUM
isSaveLock
japanese
insertImage
js
JS
json
@ -275,6 +276,9 @@ onDocumentStateChange
onlyoffice
ONLYOFFICE
OnlySignatures
onRequestInsertImage
onRequestMailMergeRecipients
onRequestSaveAs
ooxml
openclipart
OpenDocument
@ -348,6 +352,7 @@ SetColumnWidth
SetHidden
SetLeftMargin
setLocale
setMailMergeRecipients
SetOffset
SetPageOrientation
SetRightMargin

View file

@ -15,7 +15,7 @@
* Ability to show shadow for images/shapes
* Add mentions to comments
* Show multi-gradient fill in shapes (bug #40719)
* Add `onRequestSaveAs` api event for saving file to storage
* Add `onRequestSaveAs` Api event for saving file to storage
* Add `onRequestInsertImage` event and `insertImage`
method for inserting image from storage