-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|