Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Jul 1, 2021
1 parent 7a7f427 commit f7b93da
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 @@ -80,9 +80,9 @@ Only ES6 (ECMAScript 2015) is supported. This is because [esbuild](https://githu
pageLanguage: 'en',
chunkSize: 10,
// For Microsoft Translator API
// attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].3/dist/msft-translator.svg',
// attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].4/dist/msft-translator.svg',
// For Google Cloud Translation API
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].3/dist/google-translate.svg',
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].4/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 @@ -93,7 +93,7 @@ Only ES6 (ECMAScript 2015) is supported. This is because [esbuild](https://githu
}, 'translate_widget_element');
}
</script>
<script src="https://cdn.jsdelivr.net/gh/au5ton/[email protected].3/dist/index.js" onload="widgetTranslateElementInit()"></script>
<script src="https://cdn.jsdelivr.net/gh/au5ton/[email protected].4/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.3",
"version": "0.4.4",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit f7b93da

Please sign in to comment.