Skip to content

Commit 2454966

Browse files
committed
Feat: add & fix translation for DurationField
1 parent e0842b7 commit 2454966

File tree

1 file changed

+1
-1
lines changed
  • rest_framework/locale/ko_KR/LC_MESSAGES

1 file changed

+1
-1
lines changed

rest_framework/locale/ko_KR/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ msgstr ""
320320
#: fields.py:1351
321321
#, python-brace-format
322322
msgid "The number of days must be between {min_days} and {max_days}."
323-
msgstr ""
323+
msgstr "일수는 {min_days} 이상 {max_days} 이하이어야 합니다."
324324

325325
#: fields.py:1386 fields.py:1446
326326
#, python-brace-format

0 commit comments

Comments
 (0)