Skip to content

Commit a1864a2

Browse files
authored
added brazilian portuguese (pt_BR)
1 parent c3a400e commit a1864a2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/verimail.jquery.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ Verimail.Language = {
106106
domainBlocked: "Domänen <span class='domain'>%s</span> är inte tillåten",
107107
invalidFormat: "Ogiltig e-postadress",
108108
empty: "E-postadressen är tom"
109+
},
110+
pt_BR:{
111+
success: "O email está OK",
112+
typo: "Você quis dizer <span class='suggestion'>%s</span>?",
113+
invalidTld: "O domínio <span class='tld'>%s</span> não existe",
114+
domainBlocked: "O domínio <span class='domain'>%s</span> não é permitido",
115+
invalidFormat: "E email não está corretamente formatado",
116+
empty: "O campo de email está vazio"
109117
}
110118
};
111119

@@ -503,4 +511,4 @@ Verimail.prototype.verify = function(email, onStatusUpdate){
503511
$.fn.getVerimailStatus = function() {
504512
return this.data('verimail-status');
505513
};
506-
})(jQuery, window, document);
514+
})(jQuery, window, document);

0 commit comments

Comments
 (0)