-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t/1151: Implemented the right–to–left (RTL) languages support for the UI and the content #1881
Conversation
… in development env and testing env guides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All fine in this PR.
OK, I finished reviewing other PRs. There are some R-es but mostly due to implementation details and API. The whole thing works fine. Two things that I found but which are not blocking:
|
And there's also #1151 (comment) which should be fairly easy to resolve. |
https://github.com/ckeditor/ckeditor5-widget/issues/97
https://github.com/ckeditor/ckeditor5-table/issues/200
Those features that are affected by UI language/content language and RTL in an obvious way (indent, alignment, editor-inline) got their new Other features that have very little (block quote) or nothing (font) to do with RTL can be checked in docs (UI language guide) or in the I don't see any good reason for creating an RTL test for each feature (as a rule of thumb). |
Suggested merge commit message (convention)
Feature: Implemented the right–to–left (RTL) languages support for the UI and the content (see #1151).
Additional information
This is also a constellation branch. Other PRs in the constellation:
conifg.contentLanguage
configuration ckeditor5-core#187InlineEditorUIView
should display on different sides of editable depending on the direction of the UI language. ckeditor5-editor-inline#61InsertTableView
for better compatibility with right–to–left (RTL) languages ckeditor5-table#196Locale
constructor ckeditor5-utils#296CKFinderCommand
to the latest Locale API ckeditor5-ckfinder#47