mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 19:18:30 +00:00
- Add support for CREWAI_I18N_FILE environment variable to globally configure translation files - Maintain backward compatibility with existing prompt_file parameter - Priority order: explicit prompt_file > CREWAI_I18N_FILE env var > default en.json - Add Chinese (zh.json) and Spanish (es.json) translation files for testing - Add comprehensive tests covering environment variable functionality, priority handling, and error cases - Resolves issue #3264 by providing global interface to change i18n files Co-Authored-By: João <joao@crewai.com>