Read more still not translated.

Created on 28 April 2020, about 4 years ago
Updated 23 November 2023, 7 months ago

This is a duplicate of https://www.drupal.org/project/smart_trim/issues/2782689 πŸ› How to translate a custom read more link? Fixed . I'm opening this because I can't reopen that other issue. While the patch was committed in 2017, the 1.2 version release in December 2019 doesn't have it. Can we get a new release with the patch in https://www.drupal.org/project/smart_trim/issues/2782689#comment-13420851 πŸ› How to translate a custom read more link? Fixed applied? Let's get this reviewed and approved and this will go into the next release, hopefully this weekend.

πŸ› Bug report
Status

Fixed

Version

1.2

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States PapaGrande

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¨πŸ‡­Switzerland weri

    In the newest dev version for 2.1.x (not working in the 2.1.0 release) you can use the hook "hook_smart_trim_link_modify" to modify this text or the link in general.

    Example:

    /**
     * Implements hook_smart_trim_link_modify()
     */
    function MODULE_smart_trim_link_modify($entity, &$more, &$url) {
      $more = t('Read more');
    }
    
Production build 0.69.0 2024