From 703c93db25ce80dde9f598e2f46c64eb383aa3a3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 8 Apr 2025 18:49:30 -0400 Subject: [PATCH] semi-complete internationalization --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c596cb..82f13a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **May have missed some stuff or could have bugs. Please report any issue you may encounter.** - **i18n Integration:** - - Implemented a complete internationalization (i18n) system for all user-facing texts in FileRise. + - Implemented a semi-complete internationalization (i18n) system for all user-facing texts in FileRise. - Created an `i18n.js` module containing a translations object with full keys for English (en), Spanish (es), and French (fr). - Updated JavaScript code to replace hard-coded strings with the `t()` translation function. - Enhanced HTML and modal templates to support dynamic language translations using data attributes (data-i18n-key, data-i18n-placeholder, etc.).