translate node type title label and body label
aufumy - October 12, 2009 - 22:16
| Project: | Activity Stream |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
use i18n function tt() to translate the title label and body label.
| Attachment | Size |
|---|---|
| activitystream_i18n_nodetype.patch | 1.37 KB |

#1
Using wrappers for tt() instead.
#2
Shouldn't this call t() if the i18nstrings module is missing?
#3
#4
As per common.inc "However tempting it is, custom data from user input or other non-code sources should not be passed through t()"
More details/discussion here:
http://drupal.org/node/606804#comment-2270442