fix: integrate deepseek, resolve silent google api errors, fix google cloud keys
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s

This commit is contained in:
2026-05-17 17:11:06 +02:00
parent 669cf7fde8
commit b50419e2ec
2062 changed files with 272359 additions and 523 deletions

16
.claude/settings.json Normal file
View File

@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(xargs grep -l 'useTranslation\\\\|t\\\\\\(\\\\\\)\\\\|$t\\\\|from.*i18n')",
"Bash(awk '/^ en: {/,/^ fr: {/{/^[[:space:]]+\"[^\"]*\"[[:space:]]*:/ {count++}} END {print \"English keys:\", count}' D:/dev1405/office_translator/frontend/src/lib/i18n.tsx)",
"Bash(git commit -m ' *)",
"Bash(node -c scripts/setup.js)",
"Bash(git ls-tree *)",
"Bash(git push *)",
"WebSearch",
"Bash(DEEPSEEK_API_KEY=sk-176db424442e40728c04c04a4170c224 python -u -c ' *)",
"Bash(python -u -c ' *)",
"Bash(DEEPSEEK_API_KEY=sk-176db424442e40728c04c04a4170c224 PYTHONUNBUFFERED=1 python -u scripts/enrich_glossary_templates.py --api deepseek --model deepseek-chat --workers 5)"
]
}
}