Files
office_translator/.claude/settings.local.json
sepehr 8fa1ab9ceb
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m13s
fix: delete all old FR→EN glossaries and deduplicate multilingual ones
18 glossaries accumulated from multiple imports. This migration:
1. Deletes ALL glossaries with target_language='en' (old stale imports)
2. Deduplicates multilingual glossaries keeping only the newest per name

Result: 8 clean glossaries (one per template), all marked as multilingual.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 23:56:18 +02:00

40 lines
2.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(uv run *)",
"Bash(npm run *)",
"Bash(PYTHONIOENCODING=utf-8 uv run python)",
"Bash(node -e ' *)",
"Bash(npx next *)",
"Bash(xxd)",
"Bash(sed -i '4574s/,든 형식, 모든 요소//' src/lib/i18n.tsx)",
"Bash(sed -n '4574p' src/lib/i18n.tsx)",
"Bash(node)",
"Bash(sed -i '5010s/.*/ \"landing.why.languages.desc\": \"Google Translate, DeepL, and AI-powered engines for professional quality.\",/' src/lib/i18n.tsx)",
"Bash(sed -i '5372s/.*/ \"pricing.faq.a7\": \"Word \\(.docx\\), Excel \\(.xlsx\\\\/.xls\\), PowerPoint \\(.pptx\\), and soon PDF. All plans support the same formats.\",/' src/lib/i18n.tsx)",
"Bash(sed -i '5446s/.*/ \"landing.why.smartart.desc\": \"Organizational charts, flowcharts, hierarchy diagrams - all translated in place.\",/' src/lib/i18n.tsx)",
"Bash(sed -i '5832s/.*/ \"pricing.faq.a2\": \"It is our AI engine based on DeepSeek V3.2 via OpenRouter.\",/' src/lib/i18n.tsx)",
"Bash(docker compose build *)",
"Bash(docker compose up *)",
"Bash(docker compose *)",
"Bash(curl -s http://localhost/health)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost/)",
"Bash(curl -s http://localhost/)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3010/)",
"Bash(curl *)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); [print\\(p\\) for p in sorted\\(d.get\\('paths',{}\\).keys\\(\\)\\) if 'auth' in p or 'user' in p or 'login' in p]\")",
"Bash(docker exec *)",
"Bash(git commit -m ' *)",
"Bash(python -c ' *)",
"Bash(timeout 15 python -u -c ' *)",
"Bash(python -c \"import openpyxl; print\\('openpyxl OK'\\)\")",
"Bash(python -c \"import docx; print\\('python-docx OK'\\)\")",
"Bash(npx tsc *)",
"Bash(.venv/Scripts/python.exe _bmad/scripts/resolve_customization.py --skill .claude/skills/bmad-quick-dev --key workflow)",
"mcp__zai-mcp-server__analyze_image",
"Bash(git add *)",
"Bash(git commit -m 'fix: delete all old FR→EN glossaries and deduplicate multilingual ones *)"
]
}
}