fix(i18n): return French error messages in auth, register, download endpoints
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m44s

This commit is contained in:
2026-06-14 18:13:41 +02:00
parent 45e44dd7b2
commit f05399aeba
4 changed files with 24 additions and 24 deletions

View File

@@ -1673,7 +1673,7 @@ async def download_translated_file(
status_code=404,
content={
"error": "NOT_READY",
"message": "Translation is still in progress.",
"message": "La traduction est encore en cours.",
"details": {
"job_id": job_id,
"status": job.get("status"),