Download & Extend

translate node type title label and body label

Project:Activity Stream
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

use i18n function tt() to translate the title label and body label.

AttachmentSize
activitystream_i18n_nodetype.patch1.37 KB

Comments

#1

Using wrappers for tt() instead.

AttachmentSize
602742.patch 1.41 KB

#2

Shouldn't this call t() if the i18nstrings module is missing?

#3

Status:needs review» needs work

#4

Status:needs work» needs review

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

nobody click here