Skip to content

Commit

Permalink
Merge remote-tracking branch 'posabsolute/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mumez committed Oct 11, 2016
2 parents cb693a5 + 863793c commit f298def
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "validationengine",
"description": "Validate your forms with style. Complete api included for advanced users",
"main": [
"js/jquery.validationEngine.js",
"css/validationEngine.jquery.css"
],
"dependencies": {
"jquery": ">=1.6"
},
"keywords": [
"form",
"field",
"validation"
],
"authors": [
{ "name": "Cedric Dugas", "homepage": "http://www.position-absolute.com" },
{ "name": "Olivier Refalo", "homepage": "http://www.crionics.com" }
],
"license": "MIT",
"ignore": [
"test/",
"tests/"
]
}
2 changes: 1 addition & 1 deletion js/languages/jquery.validationEngine-pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"regex": "none",
"alertText": "* Campo obrigatório",
"alertTextCheckboxMultiple": "* Selecione uma opção",
"alertTextCheckboxe": "* Selecione uma ou mais opções",
"alertTextCheckboxe": "* Assinale a caixa de seleção",
"alertTextDateRange": "* Ambos os campos de datas são obrigatórios"
},
"requiredInFunction": {
Expand Down
2 changes: 1 addition & 1 deletion js/languages/jquery.validationEngine-ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"alertText": "* Неправильное число с плавающей точкой"
},
"date": {
"regex": /^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/,
"regex": /^(0[1-9]|[12][0-9]|3[01])[ \.](0[1-9]|1[012])[ \.](19|20)\d{2}$/,
"alertText": "* Неправильная дата (должно быть в ДД.MM.ГГГГ формате)"
},
"ipv4": {
Expand Down

0 comments on commit f298def

Please sign in to comment.