# Potomatic configuration for Easy Post Types and Fields # Copy this file to .env and customize your settings # OpenAI API key (required for actual translations) # Get your API key from: https://platform.openai.com/api-keys API_KEY=your-api-key-here # Target languages (comma-separated) # Use WordPress locale codes like: fr_FR, es_ES, de_DE, it_IT, pt_BR, etc. TARGET_LANGUAGES=fr_FR,es_ES,de_DE,it_IT,pt_BR,ja,zh_CN # Path to your POT file POT_FILE_PATH=languages/easy-post-types-fields.pot # Output directory for generated PO files OUTPUT_DIR=languages # AI Model settings MODEL=gpt-4o-mini TEMPERATURE=0.3 BATCH_SIZE=20 # Cost and performance settings MAX_COST=5.00 CONCURRENT_JOBS=2 MAX_RETRIES=3 # Debugging (set to true for verbose output) DRY_RUN=false VERBOSE_LEVEL=1 SAVE_DEBUG_INFO=false