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