mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
- Add language parameter to I18N class to support multiple languages - Implement fallback to English for unsupported languages - Add Spanish (es.json) translation file as example - Update Agent and Crew classes to accept language parameter - Add comprehensive tests for multi-language support Fixes #3780 Co-Authored-By: João <joao@crewai.com>