Posted by fletchgqc on February 13, 2009 at 1:54pm
Jump to:
| Project: | Weather |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | toddy |
| Status: | postponed |
Issue Summary
I entered a name into the field "real name for the selected place" but I can't seem to translate this via the "translate interface" feature. Is this text run through the t() function? If not, how should I internationalise this string?
Comments
#1
Hi,
thanks for your bug report. Indeed, the text for "real name" is not run through t(), because this use of t() is not intended and will not work correctly. I'll look into this and try to come up with a fix.
Regards,
Tobias
#2
I wonder if the correct solution is to declare it an internationalized variable via the i18n module...
#3
I think this will be possible with the translation of fields in Drupal 7.x.