diff --git a/modules/internal/helpers.js b/modules/internal/helpers.js index 4e483577..26fc5732 100644 --- a/modules/internal/helpers.js +++ b/modules/internal/helpers.js @@ -31,10 +31,11 @@ const helpers = {}; */ helpers.insertI18nContentIntoDocument = function (document) { - const translationComplete = true; const scriptDirection = helpers.determineScriptDirection(navigator.language); const i18nElements = document.querySelectorAll('[data-i18n-content]'); + let translationComplete = true; + i18nElements.forEach(function (i18nElement) { const i18nMessageName = i18nElement.getAttribute('data-i18n-content'); diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 7b91a009..d876cf77 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,9 +25,9 @@

New in LocalCDN:

-

+

Fixed