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
The string.js plugin is missing labels used for accessibility.
For example, I would like to be able to dynamically change the aria-label of the fullscreen button based on the current language:
English: <button aria-label="fullscreen"></button>
French: <button aria-label="plein écran"></button>