The Stories editor is currently not usable at all when using an RTL language. Even with the changes in #2977 applied.
It's mostly arrow icons that are not flipped, and the transform in the EditorCarousel component that doesn't change when isRTL.
The stories editor should work just fine in RTL mode.

develop_Do not alter or remove anything below. The following sections will be managed by moderators only._
select( 'core/block-editor' ).getSettings().isRTL is used to switch the logic for RTL mode.rtl:ignore comments for resize handles@swissspidy Can you provide information on how to setup development so you can swtich rtl as you have done in the example above.
Acceptance criteria should highlight the places that need to be fixed.
Will do 馃憤
@spacedmonkey Added steps to reproduce as well as more detailed ACs.
Bugs as I see them
These are all the issues I flagged on my first pass. All these bugs are pretty big. I think each of these issues should be broken into they own issue with a new support of RTL support.
- Dragging between pages doesn't work.
- After 3 / 4 pages inserted layout completely breaks.
- Navigation arrows incorrect.
Those are the most pressing issues at the moment as the editor is otherwise unusable. Fixing those was rather easy, I just created a quick PoC PR for testing that: https://github.com/ampproject/amp-wp/pull/3558
- Attachment cross in on the wrong side.
The close icon is on the correct side. The layout in the editor and on the frontend is identical. Note that for RTL languages everything is flipped.
- Alignment of pages doesn't go RTL
Can you elaborate on that?
- Button, insert link overlay button.
Seems like a pretty small thing to fix in CSS.
- Right click + alt + f10 doesn't show context menu.
That one seems like it might take longer to resolve, but exploring that would be part of the IB.

With only one page, the first one is completely off the edge of the screen and not visible or usable.

With 2 pages, second page is visible, just page not accessible or usable. Second page is partly cover by navigation.

With 3 pages, more usable area. Other two blocks are more visible. Left side of block is cut off and no border visible

With 4 pages, the 4th and current page not visible. Bottom navigations jumps left into wrong position.

With 5 pages, bottom navigations disappears. Top buttons jump to middle. Current page not visible.

With 6 pages, bottom navigations disappears. Top buttons disappears. Current page not visible.
Button, insert link overlay button.

Right click + alt + f10 doesn't show context menu.
Not working in Ubuntu. Might want to check different browsers and OSes on this one.
If we are going to support RTL going forward, this will need to be part of the e2e and all issues will need to be QAed against it.
Looping @csossi for his thought. Might be worth him reviewing the story editor and seeing if he can spot anymore bugs.
Alignment of pages doesn't go RTL
Gotcha. Thought you meant something different. This layout issue is fixed in my PR.
Agreed on testing part. Note that I have yet to add the RTL Tester plugin to the QA environment.
Note that I have yet to add the RTL Tester plugin to the QA environment.
The plugin is available there now.
After reviewing #3558 , I noticed that most of the mega issues I flagged around the page alignment were not fixed. These issues are P0, as the story editor is unusable.
Also the latest PR, make a different bug, where the arrow are going the wrong way. I will open another PR to try and fix some of the issues.
More testing, I found the bug fixed.
Verified in QA