Download & Extend

Make translatable node type names

Project:Organic groups
Version:6.x-2.3
Component:og.module
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review
Issue tags:localization

Issue Summary

Allow node type names to be translated by adding a wrapper function for tt() that degrades gracefully if i18n module is not enabled.

other similar issues in different modules:
http://drupal.org/node/606862
http://drupal.org/node/606804
http://drupal.org/node/471546

AttachmentSizeStatusTest resultOperations
og_tt.patch4.41 KBIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch og_tt.patch. Unable to apply patch. See the log in the details link for more information.View details | Re-test

Comments

#1

Rerolled patch against today's 6.x-2.x-dev CVS. Added one more og_tt() call.

AttachmentSizeStatusTest resultOperations
og-634680-1.patch5.29 KBIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch og-634680-1.patch. Unable to apply patch. See the log in the details link for more information.View details | Re-test

#2

Tagging.

#3

Status:needs review» needs work

The last submitted patch, og-634680-1.patch, failed testing.

#4

Status:needs work» needs review

Rerolled patch against the 6.x-2.x branch as of now.

AttachmentSizeStatusTest resultOperations
og-634680-4.patch4.71 KBIdleFAILED: [[SimpleTest]]: [MySQL] Invalid PHP syntax in sites/default/modules/og/modules/og_notifications/og_notifications.pages.inc.View details | Re-test

#5

Status:needs review» needs work

The last submitted patch, og-634680-4.patch, failed testing.

#6

Status:needs work» needs review

Doh.

AttachmentSizeStatusTest resultOperations
og-634680-6.patch4.71 KBIdlePASSED: [[SimpleTest]]: [MySQL] 269 pass(es).View details | Re-test

#7

Need someone else familiar with Internationalization practices to review the approach. Or some linkbait to examples of best practices for similar stuff.