Skip to content

Commit

Permalink
Localization: Add message for phonePL method
Browse files Browse the repository at this point in the history
  • Loading branch information
skotniczny authored and Arkni committed Feb 13, 2018
1 parent 5651c37 commit cfbd480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/localization/messages_pl.js
Expand Up @@ -15,6 +15,7 @@ $.extend( $.validator.messages, {
equalTo: "Proszę o podanie tej samej wartości ponownie.",
extension: "Proszę o podanie wartości z prawidłowym rozszerzeniem.",
nipPL: "Proszę o podanie prawidłowego numeru NIP.",
phonePL: "Proszę o podanie prawidłowego numeru telefonu",
maxlength: $.validator.format( "Proszę o podanie nie więcej niż {0} znaków." ),
minlength: $.validator.format( "Proszę o podanie przynajmniej {0} znaków." ),
rangelength: $.validator.format( "Proszę o podanie wartości o długości od {0} do {1} znaków." ),
Expand Down

0 comments on commit cfbd480

Please sign in to comment.