Internationalize Commit API error messages
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem to solve
As was raised in this discussion the commit API surfaces Gitaly error messages to the user which are not translated.
Proposed solution
Internationalize the commit API error messages received from Gitaly.
Implementation plan
- Update the
index_error_message
method inlib/gitlab/gitaly_client/operation_service.rb
to return translated messages. - Update use cases of the messages in the frontend.
Edited by 🤖 GitLab Bot 🤖