Viewing 2 replies - 1 through 2 (of 2 total)
  • Same issue here. The plugin ist not for multi language use. You can translate the most parts for frontend in the backend except “Sample rating item”.

    Thats why I add into my css the following:

    .rating-item.mr .description {
    display: none !important;
    }

    .rating-form span::before {
    content: “Any text content here”;
    }

    Me again ??

    the better solution is:

    .rating-item.mr .description {
    display: none !important;
    }
    .mr-star-rating::before{
    content: ‘Any text content here’;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the translation doesn’t appeare’ is closed to new replies.