globalseo
Advanced tools
Comparing version 2.2.5 to 2.2.6
{ | ||
"name": "globalseo", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -76,3 +76,7 @@ const { getGlobalseoActiveLang, getGlobalseoOptions } = require("../configs"); | ||
// execute the first translation attempt immediately | ||
if (window.isWorker || (!delay && !window.isTranslationRunOnce) || (window.activeSubdomain && window.translationCache?.[window.location.pathname]?.[window.activeSubdomain])) { | ||
if ( | ||
window.isWorker | ||
|| (!delay && !window.isTranslationRunOnce) | ||
// || (window.activeSubdomain && window.translationCache?.[window.location.pathname]?.[window.activeSubdomain]) | ||
) { | ||
// console.log("RUN FIRST") | ||
@@ -79,0 +83,0 @@ window.isTranslationRunOnce = true; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3482
564056