Add search for Google Translate

This commit is contained in:
Özenç Bilgili 2020-08-06 10:06:06 +03:00 committed by GitHub
parent ad002e5761
commit d2ceb7c51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,6 +207,7 @@ const CONFIG = {
name: 'Translate',
key: 'tr',
url: 'https://translate.google.com/',
search: '/#view=home&op=translate&sl=auto&tl=en&text={}',
color: '#1a73e8',
icon: 'translate',
quickLaunch: false,
@ -306,4 +307,4 @@ const CONFIG = {
* File extension for icon images
*/
iconExtension: 'png'
};
};