Skip to content

Commit

Permalink
Merge pull request jquery-validation#260 from okamototk/master
Browse files Browse the repository at this point in the history
Fixed min's message broken in Japanese
  • Loading branch information
jzaefferer committed Nov 23, 2011
2 parents 3d79fc8 + 3489a0b commit b130fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization/messages_ja.js
Expand Up @@ -19,5 +19,5 @@ jQuery.extend(jQuery.validator.messages, {
rangelength: jQuery.format("{0} 文字から {1} 文字までの値を入力してください。"),
range: jQuery.format("{0} から {1} までの値を入力してください。"),
max: jQuery.format("{0} 以下の値を入力してください。"),
min: jQuery.format("{1} 以上の値を入力してください。")
min: jQuery.format("{0} 以上の値を入力してください。")
});

0 comments on commit b130fd5

Please sign in to comment.