globalseo
Advanced tools
Comparing version 2.1.18 to 2.1.19
@@ -858,6 +858,6 @@ const { isBrowser, getGlobalseoOptions, setGlobalseoOptions, setGlobalseoActiveLang, setIsTranslationInitialized, getIsTranslationInitialized, shouldTranslateInlineText, getGlobalseoActiveLang, DEFAULT_UNTRANSLATED_VALUE, MERGE_PREFIX } = require('./utils/configs.js'); | ||
createLanguageSelect(apiKey, optsArgs).then(() => { | ||
if (nodes.length) startTranslationCycle(document.body, apiKey, 2000).catch(reject) | ||
if (nodes.length) startTranslationCycle(document.body, apiKey, 0).catch(reject) | ||
}); | ||
} else { | ||
if (nodes.length) startTranslationCycle(document.body, apiKey, 2000).catch(reject) | ||
if (nodes.length) startTranslationCycle(document.body, apiKey, 0).catch(reject) | ||
} | ||
@@ -864,0 +864,0 @@ }); |
{ | ||
"name": "globalseo", | ||
"version": "2.1.18", | ||
"version": "2.1.19", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
466647