RTL support
See original GitHub issueThanks for being responsive on my other issues.
I’m trying to use this in a big corporate app that’ll require RTL support. I’m not an expert on RTL for calendars, but I’m thinking that it should obey the system’s locale in that regard in two specific ways that are immediately visible.
First, in an RTL locale I’d expect the time label column to show up at the start
of the layout (so the right). Second, I’d expect the individual events’ labels to appear start-aligned.
I’m not sure if RTL should mess with the directionality of the dates on scrolling… but something else to think about.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
RTL Support in Web Applications - Scott Logic Blog
Typically in web applications supporting one of these languages, everything is reversed, meaning scroll bars, progress indicators, buttons etc.
Read more >RTL Support | Quasar Framework
RTL is tightly coupled to Quasar Language Packs. When Quasar is set to use an RTL language (language pack has “rtl” prop set...
Read more >RTL Support on Android. Here is all you need to know - Medium
To handle them, Android supports RTL layouts from API 17+ i.e., Android 4.2 (Jelly Bean) . Getting Started. In order to support RTL...
Read more >RTL Support - Chakra UI
Chakra UI provides built-in support right-to-left (RTL) languages like arabic and hebrew, out of the box.
Read more >RTL · Bootstrap v5.0
Learn how to enable support for right-to-left text in Bootstrap across our layout, components, and utilities.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It only took me one and a half years, but I’m finally working on it: #168. If it’s still interesting to you, I’d love your feedback on it.
Thanks for the great update! I’ve recently updated to most recent version (5.0.3) and it works like a charm!