Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Widgets
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 May 2013 at 16:16 UTC
Updated:
3 Jun 2013 at 05:20 UTC
Jump to comment: Most recent file
I've found 4 not translateable strings in the panopoly_widgets/panopoly_widgets.module:
$subtype['title'] = 'Add submenu';
$subtype['title'] = 'Add content item';
$subtype['title'] = 'Add content list';
$form['reusable']['category']['#value'] = 'Reusable Content';
This strings should be wrapped into the t() function (like the others in the panopoly_widgets.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1997968-panopoly-widgets-translatable-1.patch | 2.46 KB | populist |
Comments
Comment #1
populist commentedHere is a patch that makes it all translatable
Comment #2
populist commentedReviewed and pushed to dev