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

Added missing Korean translations. #732

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 "올바르지 않은 시간 값입니다."