Skip to content

Commit e0842b7

Browse files
committed
Feat: add & fix translation for DateTimeField
1 parent 70ffca4 commit e0842b7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

โ€Žrest_framework/locale/ko_KR/LC_MESSAGES/django.poโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ msgstr "์˜ˆ์ƒ๋œ datatime ๋Œ€์‹  date๋ฅผ ๋ฐ›์•˜์Šต๋‹ˆ๋‹ค."
289289
#: fields.py:1131
290290
#, python-brace-format
291291
msgid "Invalid datetime for the timezone \"{timezone}\"."
292-
msgstr ""
292+
msgstr "\"{timezone}\" ์‹œ๊ฐ„๋Œ€์— ๋Œ€ํ•œ ์œ ํšจํ•˜์ง€ ์•Š์€ datetime์ž…๋‹ˆ๋‹ค."
293293

294294
#: fields.py:1132
295295
msgid "Datetime value out of range."
296-
msgstr ""
296+
msgstr "Datetime ๊ฐ’์ด ๋ฒ”์œ„๋ฅผ ๋ฒ—์–ด๋‚ฌ์Šต๋‹ˆ๋‹ค."
297297

298298
#: fields.py:1219
299299
#, python-brace-format

0 commit comments

Comments
ย (0)