Views supports adding the summary attribute to a table; anyone know if it is possible to support i18n with this text?

CommentFileSizeAuthor
#3 views-i18n-table-summary.patch622 bytesliquidcms
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Category: support » bug
Issue tags: +Novice

That's actually a bug, but should be sure possible to fix. You would have to fix the option_definition of table to include 'translatable' => TRUE

liquidcms’s picture

Assigned: Unassigned » liquidcms

i'll take a look at it this weekend

liquidcms’s picture

Assigned: liquidcms » Unassigned
FileSize
622 bytes

thanks, pretty easy fix.

well here's a patch but,

1. not git format
2. its on 6.x-3.x-dev from a few months ago (but likely still applies)

liquidcms’s picture

i'll see if i can pull a recent Git version this weekend and patch with that

dawehner’s picture

Status: Active » Fixed

No need to waste your time, it's possible to commit other kind of patches as well.

The change looks exactly how it should be, thanks! Committed to both 6.x-3.x and 7.x-3.x

Automatically closed -- issue fixed for 2 weeks with no activity.