Skip to content

Commit d1c73fe

Browse files
ryancyqArkni
authored andcommitted
Localization: Add zh_TW translation for step message (jquery-validation#2245)
1 parent d9840a5 commit d1c73fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/localization/messages_zh_TW.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $.extend( $.validator.messages, {
1919
minlength: $.validator.format( "最少 {0} 個字" ),
2020
rangelength: $.validator.format( "請輸入長度為 {0} 至 {1} 之間的字串" ),
2121
range: $.validator.format( "請輸入 {0} 至 {1} 之間的數值" ),
22+
step: $.validator.format( "請輸入 {0} 的整數倍值" ),
2223
max: $.validator.format( "請輸入不大於 {0} 的數值" ),
2324
min: $.validator.format( "請輸入不小於 {0} 的數值" )
2425
} );

0 commit comments

Comments
 (0)