Ucomment: How do I translate "This field is required."
Nowhere in the source code I can find the dictionary key for "This field is required". How can I translate this text? I gues when push comes to shove I could do a replace of the text with jQuery, but that's a bit icky.
Ucomment: How do I translate "This field is required."
Nowhere in the source code I can find the dictionary key for "This field is required". How can I translate this text? I gues when push comes to shove I could do a replace of the text with jQuery, but that's a bit icky.
Anybody?
Got it, UComments uses the a jquery plugin for form validation, I need to translate that file.
More specifically, you can create custom error labels by inserting something like this:
I then style it something like this (note the "display: none;", this will hide the error until validation is in progress):
Quite a nifty little framework this jQuery plugin is, you can customize a lot, nice!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.