• It has been identified that the “Next ” string used in the Presto playlist block is not properly internationalized. The string is currently hardcoded and not wrapped in the wp.i18n.__ function, making it impossible to translate.

    Steps to reproduce:
    1. Locate the Presto playlist block in the codebase
    2. Find the “Next ” string implementation as the screenshot indicates.

    Current behavior:
    The “Next ” string is hardcoded and cannot be translated.

    Expected behavior:
    The “Next ” string should be wrapped in the wp.i18n.__ function to allow for translation.

    Suggested fix:
    Replace the hardcoded “Next ” string with:

    wp.i18n.__('Next ', 'presto-player')

    https://snipboard.io/64wIcq.jpg

    Thanks for your investigation!

    • This topic was modified 2 months, 3 weeks ago by nagatheme.
Viewing 1 replies (of 1 total)
  • Plugin Support prajna

    (@prajnajogi)

    Hello @nagatheme Thank you for bringing this to our attention. Our developers are already aware of the issue with the “Next” string in the Presto playlist block not being translated. They are working on a fix to ensure it is translated.

    Unfortunately, we do not have an ETA at the moment. Please keep an eye on the changelog for updates on fixes and improvements: https://prestoplayer.com/whats-new/

    Thank you for your patience and understanding.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.