mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2026-06-12 15:37:05 +02:00
Localization: Fixed GL number validation message
The validation message was targeted only to integers ("entero") while the
number method validates decimals http://jqueryvalidation.org/number-method/
Related to #1016
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
url: "Por favor, escribe unha URL válida.",
|
||||
date: "Por favor, escribe unha data válida.",
|
||||
dateISO: "Por favor, escribe unha data (ISO) válida.",
|
||||
number: "Por favor, escribe un número enteiro válido.",
|
||||
number: "Por favor, escribe un número válido.",
|
||||
digits: "Por favor, escribe só díxitos.",
|
||||
creditcard: "Por favor, escribe un número de tarxeta válido.",
|
||||
equalTo: "Por favor, escribe o mesmo valor de novo.",
|
||||
|
||||
Reference in New Issue
Block a user