526c87348f
feat(translation): quality pipeline overhaul + new features (audit 2026-08-29)
...
Deploy to Production / Build and Deploy (push) Successful in 2m20s
Translation quality & format preservation:
- Word: merge adjacent same-format runs into one unit (sentence-level
coherence like inline-tag handling); translate comments/balloons;
dedupe textbox collection (was translated twice); RTL no longer
overrides center/justify alignment; CJK/Arabic font hints (eastAsia/cs)
- PPTX: chart translations now actually reach the output file
(ChartPart.blob is read-only — rewrite chart XML in the saved ZIP);
CJK typeface hints (a:ea)
- Excel: sheet renames no longer break references — rewrite cell
formulas (3D/quoted), defined names, data validations, cond. formats
- PDF: bold/italic honored (hebo/heit/hebi); table cells never merge;
unchanged blocks left untouched (typography preserved, fixes duplicate
hyperlinks); attempted/changed stats + route gate now cover PDF;
CJK font paths; scanned PDFs via Mistral OCR (detection + admin settings)
Features:
- formality param (formal/informal) + automatic regional-variant prompts
- output_mode=bilingual docx (source above translation)
- per-user translation memory on Redis (falls back to LRU), context-hashed
- QA report + 0-100 confidence score in job status; L0 on by default
- OpenAI-compatible providers: whole chunk in ONE numbered-JSON request
(~15x fewer calls) with per-item fallback; base prompt always present
(custom prompt no longer replaces translation instructions)
Infra & marketing alignment:
- plan-based engine gating + vision gating (closes paid-engine leak);
/providers/available filtered per plan; 107 languages exposed
- zh-CN/zh-TW validation fixed; libmagic disabled on Windows (native crash)
- admin: Mistral OCR settings + engine status dashboard; httpx<0.28 pin
(TestClient breakage); Prometheus test fixture fixed
- marketing docs aligned with code (PDF+OCR, retention, engines, pricing)
- security: .env.ionos/.env.production/provider_settings.json removed
Tests: 1173 passed / 0 failed (6 network tests deselected: free Google
endpoint temporarily blocked from this machine)
2026-08-29 18:38:09 +02:00
b9446f166d
fix(translate): French error messages and update mock users for quota checks
Deploy to Production / Build and Deploy (push) Successful in 2m52s
2026-06-14 19:20:44 +02:00
5fd087979b
feat: unify multimodels translation providers, remove self-hosting (Ollama/LibreTranslate), and fix local SQLite configuration
Deploy to Production / Build and Deploy (push) Successful in 2m21s
2026-06-14 10:44:46 +02:00
ce8e150a61
feat: homelab deployment - NPM + IONOS DNS + monitoring + NAS backup
...
- Restructured docker-compose for Nginx Proxy Manager (no custom nginx)
- Added domain wordly.art configuration
- Added Prometheus + Grafana monitoring stack with pre-configured dashboards
- Added PostgreSQL backup script to NAS (daily/weekly/monthly rotation)
- Added alert rules for backend, system, and Docker metrics
- Updated deployment guide for NPM + IONOS DNS homelab setup
- Added marketing plan document
- PDF translator and watermark support
- Enhanced middleware, routes, and translator modules
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-10 11:43:28 +02:00
Sepehr Ramezani
473b3e26c7
feat: revue de code, doc CODE_REVIEW, forfaits 2026, traduction LLM, providers avec modèle
...
Made-with: Cursor
2026-03-07 11:42:58 +01:00
3346817a8a
Add OpenRouter provider with DeepSeek support - best value for translation (.14/M tokens)
2025-11-30 22:10:34 +01:00
500502440c
feat: Add SaaS robustness middleware - Rate limiting with token bucket and sliding window algorithms - Input validation (file, language, provider) - Security headers middleware (CSP, XSS protection, etc.) - Automatic file cleanup with TTL tracking - Memory and disk monitoring - Enhanced health check and metrics endpoints - Request logging with unique IDs
2025-11-30 19:25:09 +01:00