Translation Links screenshot; Teasers

This project is not covered by Drupal’s security advisory policy.

Translation Links module creates links to translations in convenient places for semi-multi-lingual sites, such as next to teaser titles, as local tasks (aka tabs) and on node/edit pages.

Notes

  1. Not recommended for use with sites that have full multi-lingual implementation including menu block and views translations, or sites with more than about 4 enabled languages.
  2. Requires Drupal core's Locale and Content Translation modules.

Install and Configure

Add <?php print $t9nlinks; ?> in your theme's node.tpl.php file to add links next to teaser titles. For best results, put it inside the <h3> tag, but outside the title's <a> tag. E.g.

<h3>
  <a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a>
  <?php print $t9nlinks; ?>
</h3>

Rounded corners will work in Internet Explorer with a yet-to-be-released version of Themer module.

Commercial support

The author of this module is available for hire. Contact Bevan.

Attribution

This module was partially sponsored by CivicActions and Conservation Strategy Fund.

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: Multilingual
  • chart icon2 sites report using this module
  • Created by Bevan on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases