Skip to content

Commit

Permalink
0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Jul 6, 2021
1 parent 33e33de commit 8f3e75b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ For a complete list of options and what they do, see [options.ts](src/options.ts
pageLanguage: 'en',
chunkSize: 10,
// For Microsoft Translator API
// attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].7/dist/msft-translator.svg',
// attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].8/dist/msft-translator.svg',
// For Google Cloud Translation API
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].7/dist/google-translate.svg',
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].8/dist/google-translate.svg',
// To include a custom logo in the banner
// logoImageUrl: 'https://via.placeholder.com/120x20',
preferredSupportedLanguages: ['en', 'es', 'zh', 'de', 'fr'], // or [] to include everything
Expand All @@ -98,7 +98,7 @@ For a complete list of options and what they do, see [options.ts](src/options.ts
}, 'translate_widget_element');
}
</script>
<script src="https://cdn.jsdelivr.net/gh/au5ton/[email protected].7/dist/index.js" onload="widgetTranslateElementInit()"></script>
<script src="https://cdn.jsdelivr.net/gh/au5ton/[email protected].8/dist/index.js" onload="widgetTranslateElementInit()"></script>
```

### Back-end
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rosetta",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 8f3e75b

Please sign in to comment.