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:
TheFlow 2025-10-21 18:06:25 +13:00
parent 85ad18529d
commit 9c2ff15e03

View file

@ -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>