Joomla GSoC 2026: Proof of Concept for RAG-based AI Translation System. Demonstrates event-driven triggers for automated documentation translation using the Joomla AI Framework.
Project Overview This is a Proof of Concept (POC) developed as part of my GSoC 2026 application for the Joomla! project. The goal of this plugin is to demonstrate a basic integration of Joomla's event system with an automated translation workflow.
- Event Triggering: Listens to the
onContentAfterSaveevent. - Context Awareness: Ensures translations are only triggered for the
com_content. - Foundation for RAG: Starting point for implementing the RAG logic.
Language: PHP 8.x
Joomla 5/6 Extension Architecture