You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using image remplacement for Youtube Iframes, the "Play Youtube Video" aria-label should be translatable. This is currently an issue with Accessibility Guidelines and as far as I know there is now way to properly override this string yet.
To Reproduce
Steps to reproduce the behavior:
Activate lazyloading for video and activate thumbnails images for Youtube
Switch your installation to another locale, like fr_FR (Français)
Add a video on a post and confirm that the "Play Youtube Video" aria-label is not translated
Expected behavior
"Play Youtube Video" should be translated.
You have to replace the current implementation to a regular gettext string so it can be translated
Ideally, this string could be filterable via a hook (not mandatory)
Desktop (please complete the following information):
OS: All
Browser: All
Version: current
Smartphone (please complete the following information):
Same
Describe the bug
When using image remplacement for Youtube Iframes, the "Play Youtube Video" aria-label should be translatable. This is currently an issue with Accessibility Guidelines and as far as I know there is now way to properly override this string yet.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"Play Youtube Video" should be translated.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Same
Additional context
The issue lies here: https://github.com/wp-media/wp-rocket/blob/develop/inc/Dependencies/RocketLazyload/Assets.php#L283
Cheers Rocketeers!
Jb
The text was updated successfully, but these errors were encountered: