Skip to content

Commit

Permalink
localization: add step validation string to message_zh (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxl authored and Arkni committed Jun 5, 2018
1 parent a3925cd commit b108ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/localization/messages_zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $.extend( $.validator.messages, {
minlength: $.validator.format( "最少要输入 {0} 个字符" ),
rangelength: $.validator.format( "请输入长度在 {0} 到 {1} 之间的字符串" ),
range: $.validator.format( "请输入范围在 {0} 到 {1} 之间的数值" ),
step: $.validator.format( "请输入 {0} 的整数倍值" ),
max: $.validator.format( "请输入不大于 {0} 的数值" ),
min: $.validator.format( "请输入不小于 {0} 的数值" )
} );

0 comments on commit b108ed1

Please sign in to comment.