devendra1973
devendra1973
Implements basic scaffolding for AI-assisted translation provider. Adds: - translation_provider.py model - placeholder logic for AI integration
### Summary Implemented AI-assisted translation wizard for OpenSPP. ### Changes Included: - Created new module `openspp_translations` - Added model: `translation_wizard.py` - Added view: `translation_wizard_view.xml` - Added README and metadata cleanup...
This PR improves the developer setup script: - Detects python via python3/python/py -3 - Creates venv only if missing - Activates using bin/activate (Linux/Mac) or Scripts/activate (Windows) - Upgrades pip...
Adds venv setup scripts for faster local development onboarding. --- > [!NOTE] > Add cross-platform dev setup scripts to create/activate a Python venv and install requirements for local development. >...