File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -622,8 +622,8 @@ <h3 style="margin-top:0" data-i18n="about">About</h3>
622622 </ a >
623623 </ nav >
624624
625- < script src ="js/i18n.js?v=20260317-03 "> </ script >
626- < script src ="js/dashboard.js?v=20260317-03 " defer > </ script >
625+ < script src ="js/i18n.js?v=20260318-01 "> </ script >
626+ < script src ="js/dashboard.js?v=20260318-01 " defer > </ script >
627627</ body >
628628
629629</ html >
Original file line number Diff line number Diff line change @@ -667,6 +667,11 @@ function applyTranslations() {
667667 if ( selector ) selector . value = currentLang ;
668668}
669669
670+ // Expose i18n helpers for deferred scripts and inline handlers.
671+ window . t = t ;
672+ window . setLanguage = setLanguage ;
673+ window . applyTranslations = applyTranslations ;
674+
670675// Initial application
671676applyTranslations ( ) ;
672677document . addEventListener ( 'DOMContentLoaded' , applyTranslations ) ;
Original file line number Diff line number Diff line change 270270 color : var (--text );
271271 }
272272 </ style >
273- < script src ="js/i18n.js?v=20260317-03 "> </ script >
273+ < script src ="js/i18n.js?v=20260318-01 "> </ script >
274274</ head >
275275
276276< body >
@@ -352,4 +352,4 @@ <h1>ClawBridge</h1>
352352 </ script >
353353</ body >
354354
355- </ html >
355+ </ html >
You can’t perform that action at this time.
0 commit comments