Skip to content

Commit

Permalink
feat: add translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron3S authored and LeeEirc committed Dec 19, 2024
1 parent e9abd1e commit a0441cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/authentication/api/face.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get(self, request, *args, **kwargs):
return Response({
"is_finished": context.get('is_finished', False),
"success": context.get('success', False),
"error_message": context.get("error_message", '')
"error_message": _(context.get("error_message", ''))
})


Expand Down

0 comments on commit a0441cd

Please sign in to comment.