Skip to content

Commit b8e9ce6

Browse files
authored
Assessment score summary translation correction (#321)
1 parent ebd3c97 commit b8e9ce6

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed
-171 Bytes
Binary file not shown.

problem_builder/translations/zh_CN/LC_MESSAGES/text.po

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,9 +1511,6 @@ msgid ""
15111511
" "
15121512
msgid_plural "\n You answered %(correct_answers)s questions correctly.\n "
15131513
msgstr[0] "\n"
1514-
" 您答对了 1 个问题。\n"
1515-
" "
1516-
msgstr[1] "\n"
15171514
" 您答对了 %(correct_answers)s 个问题。\n"
15181515
" "
15191516

@@ -1538,9 +1535,6 @@ msgid ""
15381535
" "
15391536
msgid_plural "\n You answered %(partially_correct_answers)s questions partially correctly.\n "
15401537
msgstr[0] "\n"
1541-
" 您回答了 1 个问题,但是只有部分正确。\n"
1542-
" "
1543-
msgstr[1] "\n"
15441538
" 您回答了 %(partially_correct_answers)s 个问题,但是只有部分正确。\n"
15451539
" "
15461540

@@ -1552,9 +1546,6 @@ msgid ""
15521546
" "
15531547
msgid_plural "\n You answered %(incorrect_answers)s questions incorrectly.\n "
15541548
msgstr[0] "\n"
1555-
" 您答错了 1 个问题。\n"
1556-
" "
1557-
msgstr[1] "\n"
15581549
" 您答错了 %(incorrect_answers)s 个问题。\n"
15591550
" "
15601551

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Constants #########################################################
3030

31-
VERSION = '4.1.8'
31+
VERSION = '4.1.9'
3232

3333
# Functions #########################################################
3434

0 commit comments

Comments
 (0)