Add language assistant features and improve encryption handling: Implement a new route and controller method for sending messages to the language assistant, enhancing user interaction within lessons. Update the encryption utility to support both base64 and hex formats for better compatibility with existing data. Enhance localization files to include new terms related to the language assistant in English, German, and Spanish, improving user experience across languages.

This commit is contained in:
Torsten Schulz (local)
2026-03-25 17:31:00 +01:00
parent f202f14575
commit bd5d85ed10
12 changed files with 685 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE community.user_param
ALTER COLUMN value TYPE TEXT;