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
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m44s
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user