-
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
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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