...
Menu

app.js error messages

Last updated: August 18, 2022

Got an idea for a new feature or integration? We’d love to hear it! You can find our roadmap here.

1 vote

app.js error messages

Hello,

I am using Listify for yogadvisor.yoga website. This website is in french and in english with Polylang extension.
Some error messages are not translatable in french due to the fact that they are coded directly in .js :

listify/js/app.js:
from lines 1536:
messages: {
required: “This field is required.”,
remote: “Please fix this field.”,
email: “Please enter a valid email address.”,
url: “Please enter a valid URL.”,
date: “Please enter a valid date.”,
dateISO: “Please enter a valid date (ISO).”,
number: “Please enter a valid number.”,
digits: “Please enter only digits.”,
equalTo: “Please enter the same value again.”,
maxlength: a.validator.format(“Please enter no more than {0} characters.”),
minlength: a.validator.format(“Please enter at least {0} characters.”),
rangelength: a.validator.format(“Please enter a value between {0} and {1} characters long.”),
range: a.validator.format(“Please enter a value between {0} and {1}.”),
max: a.validator.format(“Please enter a value less than or equal to {0}.”),
min: a.validator.format(“Please enter a value greater than or equal to {0}.”),
step: a.validator.format(“Please enter a multiple of {0}.”)
},

from line 2381
messages: {
job_description: {
required: “Please Fill Job Description!!”
},
job_region: {
required: “Please select the field!!”
},
“job_category[]”: {
required: “Please select atleast one!!”
}

You can refer to my screenshot as well. Is there a possibility to translate theses strings ? If not, can you make them translatable in the next Listify release ?

Thank you !
Flore Sanchez

Attachments
Attachment for app.js error messages
Declined Category: Listify Flore Sanchez shared this idea

2 thoughts on “app.js error messages

Leave a Reply

Your email address will not be published. Required fields are marked *

2 thoughts on “app.js error messages

Comments are closed.

Error: Please enter a valid email address

Error: Invalid email

Error: Please enter your first name

Error: Please enter your last name

Error: Please enter a username

Error: Please enter a password

Error: Please confirm your password

Error: Password and password confirmation do not match

Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.