Skip to content

Commit 17386c7

Browse files
author
Akbar Herlambang
committed
fix: keep doublequote
1 parent ced6d04 commit 17386c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/messages/ko/yii.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}는 "{compareValue}" 보다 크거나 같아야 합니다.',
7676
'{attribute} must be less than "{compareValue}".' => '{attribute}는 "{compareValue}" 보다 작아야 합니다.',
7777
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute}는 "{compareValue}" 보다 작거나 같아야 합니다.',
78-
'{attribute} must be no greater than {max}.' => '{attribute}는 {max} 보다 클 수 없습니다.',
79-
'{attribute} must be no less than {min}.' => '{attribute}는 {min} 보다 작을 수 없습니다.',
78+
'{attribute} must be no greater than {max}.' => '{attribute}는 "{max}" 보다 클 수 없습니다.',
79+
'{attribute} must be no less than {min}.' => '{attribute}는 "{min}" 보다 작을 수 없습니다.',
8080
'{attribute} must be repeated exactly.' => '{attribute}는 정확하게 반복합니다.',
8181
'{attribute} must not be equal to "{compareValue}".' => '{attribute}는 "{compareValue}"와 같을 수 없습니다.',
8282
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}는 최소 {min}자 이어야합니다.',

0 commit comments

Comments
 (0)