Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified problem_builder/translations/ko_KR/LC_MESSAGES/text.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions problem_builder/translations/ko_KR/LC_MESSAGES/text.po
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ msgstr "\n"

#: templates/html/mentoring.html:39 templates/html/mentoring_with_steps.html:20
msgid "Submit"
msgstr "제출"
msgstr "제출하기"

#: templates/html/mentoring.html:47 templates/html/mentoring_with_steps.html:31
msgid "Review final grade"
Expand All @@ -1364,7 +1364,7 @@ msgstr "부분 정답"

#: templates/html/mentoring_with_steps.html:22
msgid "Review grade"
msgstr "등급 검토"
msgstr "점수 검토"

#: templates/html/mentoring_with_steps.html:23
msgid "Try again"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Constants #########################################################

VERSION = '4.0.4'
VERSION = '4.0.5'

# Functions #########################################################

Expand Down