Closed (fixed)
Project:
Views Display Tabs
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Dec 2009 at 15:44 UTC
Updated:
24 Dec 2009 at 15:50 UTC
Names of displays in Views are not translatable, which is fine as they're only visible to administrators anyway. But this module exposes these names to visitors, meaning if you use the Internationalization module, you won't be able to translate the text of the tabs.
As I have commit access to this project, I added a dead simple fix for this and committed it to 6.x branch. This issue is here only to document the change (and any side effects).
| Comment | File | Size | Author |
|---|---|---|---|
| translatabletabs.patch | 825 bytes | ximo |
Comments
Comment #1
ximo commentedUhm, obviously you don't need Internationalization for translating texts, that was just my use case. The core Locale module handles translation.