forked from KaKi87/deepl-scraper
Update glossary support #1
1 changed files with 2 additions and 2 deletions
|
|
@ -93,14 +93,14 @@ DeepL allows you to define a glossary, so you can add your own words in the tran
|
|||
|
||||
You can add new words in the glossary using:
|
||||
```js
|
||||
setGlossary({
|
||||
await setGlossary({
|
||||
'channel': 'salon'
|
||||
}, 'en', 'fr');
|
||||
```
|
||||
|
||||
Once a word is added, you can update it by calling the function again:
|
||||
```js
|
||||
setGlossary({
|
||||
await setGlossary({
|
||||
'channel': 'test'
|
||||
}, 'en', 'fr');
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue