Fix poll validation issues (#10186)
- Fix missing interpolation argument in PollValidator - Fix PollValidator rejecting exact allowed min/max durations
This commit is contained in:
parent
d97cbb0da6
commit
5996be994d
10 changed files with 20 additions and 20 deletions
|
@ -743,9 +743,9 @@ ko:
|
|||
duration_too_long: 너무 먼 미래입니다
|
||||
duration_too_short: 너무 가깝습니다
|
||||
expired: 투표가 이미 끝났습니다
|
||||
over_character_limit: 각각 %{MAX} 글자를 넘을 수 없습니다
|
||||
over_character_limit: 각각 %{max} 글자를 넘을 수 없습니다
|
||||
too_few_options: 한가지 이상의 항목을 포함해야 합니다
|
||||
too_many_options: 항목은 %{MAX}개를 넘을 수 없습니다
|
||||
too_many_options: 항목은 %{max}개를 넘을 수 없습니다
|
||||
preferences:
|
||||
languages: 언어
|
||||
other: 기타
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue