Preload the translations for the current language (#16430)

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
GitOrigin-RevId: c5500d0b7e8d0c99ed09751a35140a0b62182318
This commit is contained in:
Alf Eaton
2024-01-15 09:04:17 +00:00
committed by Copybot
co-authored by Jakob Ackermann
parent 7ad5cb8f8b
commit 384633e41e
+3
View File
@@ -24,6 +24,9 @@ html(
each subdomainDetails in settings.i18n.subdomainLang
if !subdomainDetails.hide
link(rel="alternate", href=subdomainDetails.url+currentUrl, hreflang=subdomainDetails.lngCode)
if (entrypoint !== 'marketing')
link(rel="preload", href=buildJsPath(currentLngCode + "-json.js"), as="script", nonce=scriptNonce)
//- Scripts
include _google_analytics