Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translated registration error messages #261

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Benji47
Copy link

@Benji47 Benji47 commented Nov 12, 2023

Close #250

Copy link
Contributor

@michalmasrna1 michalmasrna1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pozri komentar v issue, treba prekladat naopak vsetko do slovenciny, tie ktore uz su v slovencine su dobre.

@@ -266,7 +266,7 @@ def upload_model_solution(self, request, pk=None):
"""Nahrá užívateľské riešenie k úlohe"""
problem: Problem = self.get_object()
if 'file' not in request.FILES:
raise exceptions.ParseError(detail='Request neobsahoval súbor')
raise exceptions.ParseError(detail='Požiadávka neobsahovala súbor')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dĺžeň

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prelozit errorove hlasky pre registraciu
3 participants