Translate labels for StepsBlock block

Created on 14 July 2022, almost 3 years ago
Updated 16 October 2023, over 1 year ago

Problem/Motivation

It seems that the labels for the StepsBlock block are not translated by default. Opigno is using the untranslated labels.

Feature request
Status

Active

Version

3.0

Component

Code

Created by

🇬🇷Greece TheodorosPloumis Greece

Live updates comments and jobs are added and updated live.
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.

  • 🇦🇷Argentina leofishman

    Hi Dimitris, I tried your patch but didn't work, not sure if is the some issue, the steps are rendered by opigno-learning-path-training-content-step-summary-details-table.html.twig and neither the step, type or value are translated.

  • 🇮🇳India uzairpathan

    There is work around for this issue till it is not fixed. we just need to overwrite opigno-learning-path-training-content-step-summary-details-table.html.twig file and add trans tag after 'type' variable in this twig at line number 9.

    e.g : {{ type | trans }}
    Update this line Twig
    And add respective translation for the this particular string.

Production build 0.71.5 2024