Real name for the selected place data can't be translated
fletchgqc - February 13, 2009 - 13:54
| Project: | Weather |
| Version: | 6.x-5.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | toddy |
| Status: | active |
Jump to:
Description
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?

#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...