Localization: fixed wrong placeholder in vi translation

Closes #2085
This commit is contained in:
Markus Staab
2017-10-04 09:52:42 +02:00
committed by GitHub
parent b70fcc20f1
commit 2c615e7b9b

View File

@@ -19,5 +19,5 @@ $.extend( $.validator.messages, {
rangelength: $.validator.format( "Hãy nhập từ {0} đến {1} kí tự." ),
range: $.validator.format( "Hãy nhập từ {0} đến {1}." ),
max: $.validator.format( "Hãy nhập từ {0} trở xuống." ),
min: $.validator.format( "Hãy nhập từ {1} trở lên." )
min: $.validator.format( "Hãy nhập từ {0} trở lên." )
} );