mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
Feat: add missing translation for integer to float
error message
This commit is contained in:
parent
ac7bee839f
commit
0d6a00cf07
|
@ -256,7 +256,7 @@ msgstr "유효한 숫자를 넣어주세요."
|
||||||
|
|
||||||
#: fields.py:930
|
#: fields.py:930
|
||||||
msgid "Integer value too large to convert to float"
|
msgid "Integer value too large to convert to float"
|
||||||
msgstr ""
|
msgstr "정수(integer) 값이 너무 커서 부동소수점(float)으로 변환할 수 없습니다."
|
||||||
|
|
||||||
#: fields.py:968
|
#: fields.py:968
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
Loading…
Reference in New Issue
Block a user