Update base_engine.js

This commit is contained in:
Félix MARQUET
2022-09-14 17:13:33 +02:00
committed by GitHub
parent c84e64a237
commit fedc7b7d1b

View File

@@ -78,6 +78,6 @@ eng.twitter = {
pageTitle: "Google Traduction",
logo: "../assets/images/ggtrad.png",
places: {
'Search Twitter' : ["https://translate.google.fr/?hl=fr&sl=en&tl=fr&text=%query%", false]
'Search Twitter' : ["https://translate.google.fr/?hl=fr&sl=auto&tl=fr&text=%query%", false]
}
};
};