Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
Translations
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 19:14 UTC
Updated:
23 Jul 2010 at 21:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
pvanderspek commentedI'm actually not sure whether this is Views or Date related. Although I want to translate the values for the Date CCK field, similar translations should be possible for default Drupal fields like the node creation date. In any case, a similar question has been posted in the issue queue of Date: http://drupal.org/node/418184
Comment #2
jotarp commentedWith views-6.x-2.3, I add a new 'archive' view to get summary sort DESC. It's the archivo2.txt attached file.
To translate titles (dirty hack):
1. cp modules/views/theme/views-view-summary.tpl.php your-theme-directory/views-view-summary--archivo2.tpl.php
2. Change this line:
for:
3. Check that the names of months are translated in /admin/build/translate/search
I guess you can get a similar hack with default 'archive' view.
Comment #3
halfiranian commentedThanks Jotarp,
Does anyone know if there's a 'proper' way of doing this, using the i18n/locale module? I've got lots I need to translate so the above method is not really sustainable
Thanks
Comment #4
esmerel commentedComment #5
dawehnerSee the code of format_date. This should be possible already