Needs review
Project:
Field Validation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 14:39 UTC
Updated:
31 Aug 2015 at 09:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
g089h515r806 commentedCould you translate it at admin/config/regional/translate/translate?
All custom error message have been passed to t() function.
Comment #2
mibfire commentedError messages can be translated yes, but the problem is the token that is the field label what should be ran through the field translation module.
Comment #2.0
mibfire commentedlink fix
Comment #3
NicA109 commentedComment #4
rodrigoaguileraIn order to use i18n you have to call its API. Otherwise you will get the built-in interface translations instead of the translation you configured for the given field.
Patch attached.