Closed (duplicate)
Project:
Internationalization
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 18:22 UTC
Updated:
28 Apr 2008 at 19:46 UTC
It seems like the Langauges block provided by the module translates ONLY the inteface.
To translate both the Content & Interface create a new PHP block and use the following code:
<?php //get listed links of languages
$query = drupal_query_string_encode($_GET, array('q'));
print theme('item_list', translation_get_links($_GET['q'], empty($query) ? NULL : $query));
?>
Perphaps this should be applied to module's code as well. I just don't know how to create a patch...
Comments
Comment #1
davemybes commentedSigh...please see http://drupal.org/node/246014.