Adding ARIA Label translatable on user interface

Created on 6 July 2024, 9 months ago
Updated 8 July 2024, 9 months ago

Problem/Motivation

EPT Micromodal has aria label which is good for acessibility, however the strings isn't translatable, so it's in English today, but if the website is multilingual, the text isn't being tranlatable

Steps to reproduce

Proposed resolution

I've been this https://stackoverflow.com/a/73172702

As all text potentially presented by the user, of course they have to be translated.
All ARIA attributes containing plain text, such as aria-label, have to be translated, with the same care as if they were normally displayed on screen. This is also true for alt attribute of images, sr_only text, etc.

With that in mind I think one solution is adding that on t filter to be able to translate the text

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

1.4

Component

Code

Created by

🇧🇷Brazil renatog Campinas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024