Hi all,
Localizing a form, we ran into the following inconsistency?:
- To localize a label text in the elements list, the "#" has to be used
- To localize the help_text, the "_" function has te be used. If "#" are used, they'll show up as "#" since the help_text is quoted.
Both are texts (as opposed to form fields) so you would expect to use the same method to localize them. The difference is that help text is rendered using a template tag whereas label not.
Is there a way to fix that?