benwiley4000 / cassette

📼 A flexible media player component library for React that requires no up-front config
https://benwiley4000.github.io/cassette/styleguide
MIT License
185 stars 28 forks source link

Right to left language support #247

Open benwiley4000 opened 6 years ago

benwiley4000 commented 6 years ago

We should have a prop which can be passed to the default player to make text right-to-left instead of left-to-right.

In order to support right-to-left languages we need to basically flip the whole UI for the default player horizontally. Changes required will include:

New API checklist:

And if we ever add support for a horizontal volume bar (maybe we shouldn't), then it would need to run in reverse in right-to-left mode.

benwiley4000 commented 5 years ago

I want to work on this but it's not reasonable for the 2.0 release as it's not going to be in high demand (yet, anyway).