Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2007 at 00:04 UTC
Updated:
12 Mar 2010 at 23:08 UTC
I am not sure if such a solution exist
I would not mind if anyone pointed at me a temporary solution I could implement
I was thinking in terms of the lines of wrapping "labels" in t()s write before they are output to the screen
but I don't know where to look
Thanks
Comments
Comment #1
giorgoskI found myself a hack if anybody else is interested
added
so that labels are passed to the locale strings
I don't know if it qualifies for a change to be included in views
but it works getting the labels of the "table view" and the "exposed filters" to be translatable
still if their is an official solution I would love to hear about it
Comment #2
moritzz commentedFor table headers, look at my post to solve this without hacking anything. This works for table headers in general and therefore for views 1.6 as well.
Comment #3
keesje commentedConfirmed as working hack for 5.x-1.6, line numbers aren't correct anymore. Please apply this (or similar functionality) to the module. Its badly needed.
Thanks,
Kees
Comment #4
keesje commentedI hope nobody's complaining filing this as a featur request?
Comment #5
sunIf you post a proper patch, it might be considered for 1.7.
Comment #6
corfiot commentedHow about this diff on views.module 1.6?
Comment #7
esmerel commentedNo commits are being made to the 5.x branch at this point.