fix(cache): update cache-busting version for i18n scripts on about.html
Updated i18n-simple.js and language-selector.js version to 1761023171
to force browser reload after translation fixes (inst_017 violations).
This ensures users see the corrected 'architectural constraints'
instead of cached 'architectural guarantees' text.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
85ad18529d
commit
9c2ff15e03
1 changed files with 2 additions and 2 deletions
|
|
@ -279,8 +279,8 @@
|
|||
<!-- Footer with Te Tiriti Acknowledgment -->
|
||||
<!-- Footer -->
|
||||
<!-- Internationalization -->
|
||||
<script src="/js/i18n-simple.js?v=1760818106"></script>
|
||||
<script src="/js/components/language-selector.js?v=1760818106"></script>
|
||||
<script src="/js/i18n-simple.js?v=1761023171"></script>
|
||||
<script src="/js/components/language-selector.js?v=1761023171"></script>
|
||||
|
||||
<!-- Scroll Animations (Phase 3) -->
|
||||
<script src="/js/scroll-animations.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue