Image preview tooltip arrows are wrong for RTL Arabic

The left arrow button tooltip hover text should say “Next (Left Arrow Key)” and the button on the right “Previous (Right Arrow Key)”.

edit: please disable Discourse translation for this post to see what the tooltip text should be for Arabic

2 Likes

I think a change of translation for these strings on Crowdin should do it, right?

I think that’s doable, but then all translators of RTL languages need to keep that in mind. Maybe there is a way to fix that which doesn’t require them to pay attention, for example by separating the direction and the other part of the text.

Next (Right arrow key)
Next (%{forward_direction} arrow key)

Then forward_direction could be the translation for “left” or “right” depending on the text direction. Do you think this could work?

1 Like