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-12 10:09:03 +00:00 committed by Copybot
parent 7ad5cb8f8b
commit 384633e41e

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