Skip to content

Commit

Permalink
Merge pull request #732 from josueisonfire/patch-2
Browse files Browse the repository at this point in the history
Added missing Korean translations.
  • Loading branch information
azmeuk committed Feb 14, 2022
2 parents d69178c + 1792d01 commit 08aca67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wtforms/locale/ko/LC_MESSAGES/wtforms.po
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ msgstr[0] "이 항목은 %(max)d자 보다 많을 수 없습니다."
#, python-format
msgid "Field must be exactly %(max)d character long."
msgid_plural "Field must be exactly %(max)d characters long."
msgstr[0] ""
msgstr[0] "이 항목은 정확히 %(max)d자이어야 합니다"

#: src/wtforms/validators.py:152
#, python-format
Expand Down Expand Up @@ -126,7 +126,7 @@ msgstr "올바르지 않은 선택값입니다: 변환할 수 없습니다."

#: src/wtforms/fields/core.py:538
msgid "Choices cannot be None."
msgstr ""
msgstr "선택값이 None일 수 없습니다."

#: src/wtforms/fields/core.py:545
msgid "Not a valid choice."
Expand Down Expand Up @@ -163,4 +163,4 @@ msgstr "올바르지 않은 날짜 값입니다."

#: src/wtforms/fields/core.py:889
msgid "Not a valid time value."
msgstr ""
msgstr "올바르지 않은 시간 값입니다."

0 comments on commit 08aca67

Please sign in to comment.