From 1bbf838ba3cb1c93cc6ff4a02d933284e14c0fa0 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Fri, 17 Oct 2025 08:05:26 +1300 Subject: [PATCH] fix: add missing i18n scripts to about.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Critical Bug Fix: - about.html had 55 data-i18n attributes but NO i18n scripts loaded - Language selector appeared but clicking did nothing (confusing UX) Added Before : - - Impact: ✅ about.html now fully functional in 3 languages (en/de/fr) ✅ All 55 translation keys now active ✅ Language switching works correctly Testing: - Verified scripts load after footer content - Confirmed translation files accessible via HTTP - Language selector now triggers content updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/about.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/about.html b/public/about.html index 6a6a130d..6a57a658 100644 --- a/public/about.html +++ b/public/about.html @@ -280,5 +280,9 @@ + + + +