There was an error while loading. Please reload this page.
1 parent 8f71f3a commit f7358e1Copy full SHA for f7358e1
1 file changed
src/components/dictionaries/google/engine.ts
@@ -44,8 +44,7 @@ export const search: SearchFunction<
44
const result = await translator.translate(text, sl, tl, {
45
token: process.env.GOOGLE_TOKEN || '',
46
concurrent: options.concurrent,
47
- apiAsFallback: true,
48
- order: ['cn', 'com']
+ apiAsFallback: true
49
})
50
return machineResult(
51
{
0 commit comments