Hi,
is there any way to make Page item/Custom attributes translatable?
I am asked to provide the aria-label attribute inside the relevant HTML tag and my understanding is that this is only possible by adding aria-label = “something” in the custom attributes of a page item.
The problem is that this item attribute doesn't show up in the translation repository.
I also tried to see if I could get something meaningful by adding in the custom attributes
aria-label="#CURRENT_ITEM_INLINE_HELP_TEXT#"
but this substitution is not supported (could have been better than nothing).
Any ideas?
The only awful workaround that comes to my mind is some jQuery trick adding this stuff after loading the page but frankly speaking I would like to avoid such pain.
Flavio