Skip to content

Commit

Permalink
forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Jul 2, 2021
1 parent c7aa1f8 commit 33f7c32
Showing 1 changed file with 3 additions and 3 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].4/dist/msft-translator.svg',
// attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].5/dist/msft-translator.svg',
// For Google Cloud Translation API
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].4/dist/google-translate.svg',
attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/[email protected].5/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].4/dist/index.js" onload="widgetTranslateElementInit()"></script>
<script src="https://cdn.jsdelivr.net/gh/au5ton/[email protected].5/dist/index.js" onload="widgetTranslateElementInit()"></script>
```

### Back-end
Expand Down

0 comments on commit 33f7c32

Please sign in to comment.