in src/translator.js [117:120]
async function detectEnglishByGoogle(text) { const res = await translate(text); return res && res.lang === 'en'; }