Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Jul 14, 2021
1 parent 553880a commit 194ee0c
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 @@ -84,9 +84,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].0/dist/msft-translator.svg',
// attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].1/dist/msft-translator.svg',
// For Google Cloud Translation API
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].0/dist/google-translate.svg',
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].1/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 @@ -100,7 +100,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].0/dist/index.js" onload="widgetTranslateElementInit()"></script>
<script src="https://cdn.jsdelivr.net/gh/au5ton/[email protected].1/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.5.0",
"version": "0.5.1",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 194ee0c

Please sign in to comment.