Skip to content
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

Merged
merged 26 commits into from
Aug 12, 2019
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
10fd339
Constellation branch. [skip ci]
oleq Jun 10, 2019
4740246
Merge branch 'master' into t/1151
oleq Jun 26, 2019
4dfd8a5
Merge branch 'master' into t/1151
oleq Jul 4, 2019
80805c8
Configured branches in mgit.json.
oleq Jul 6, 2019
084f0ce
Docs: Added some docs about RTL and content language.
oleq Jul 10, 2019
74e2c3f
Docs: Updated the UI language guide.
oleq Jul 10, 2019
628c2d3
Docs: Fixed a broken anchor in the UI language guide.
oleq Jul 11, 2019
79bc25c
Docs: Updated the UI language guide.
oleq Jul 11, 2019
2bedd29
Merge branch 'master' into t/1151
oleq Jul 11, 2019
2f54c58
Merge branch 'master' into t/1151
oleq Jul 25, 2019
405fd6d
Updated branches in mrgit.json.
oleq Jul 25, 2019
6427c61
Updated branches in mrgit.json.
oleq Jul 25, 2019
daad5bc
Docs: Mentioned the manual test runner's --additionalLanguages option…
oleq Jul 26, 2019
2f883d4
Updated branches in mrgit.json.
oleq Jul 29, 2019
0f934ca
Configured branches in mrgit.json.
oleq Jul 29, 2019
9821e93
Configured branches in mrgit.json.
oleq Jul 29, 2019
f09408e
Updated branches in mrgit.json.
oleq Jul 30, 2019
90220ee
Merge branch 'master' into t/1151
oleq Jul 31, 2019
0a0925d
Docs: Reconfigured snippets in the UI language guide to avoid errors.
oleq Jul 31, 2019
dce5a4c
Docs: Improved the RTL code snippet used in the UI Language guide.
oleq Aug 1, 2019
7379993
Merge branch 'master' into t/1151
oleq Aug 1, 2019
624a9ca
Merge branch 'master' into t/1151
oleq Aug 5, 2019
410057c
Dropped the editor content dir="auto" support.
oleq Aug 5, 2019
0f9df4d
Removed superfluous nbsps. Also, see ckeditor/ckeditor5-engine#404.
Reinmar Aug 6, 2019
512e2b8
Used the latest EditorConfig#language syntax.
oleq Aug 9, 2019
f652e5c
Back to master.
Reinmar Aug 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Configured branches in mgit.json.
  • Loading branch information
oleq committed Jul 6, 2019
commit 80805c8a68bea7f83c60f207de9bbbf776d39614
6 changes: 3 additions & 3 deletions mgit.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"@ckeditor/ckeditor5-editor-balloon": "ckeditor/ckeditor5-editor-balloon",
"@ckeditor/ckeditor5-editor-classic": "ckeditor/ckeditor5-editor-classic",
"@ckeditor/ckeditor5-editor-decoupled": "ckeditor/ckeditor5-editor-decoupled",
"@ckeditor/ckeditor5-editor-inline": "ckeditor/ckeditor5-editor-inline",
"@ckeditor/ckeditor5-editor-inline": "ckeditor/ckeditor5-editor-inline#t/ckeditor5/1151",
"@ckeditor/ckeditor5-engine": "ckeditor/ckeditor5-engine",
"@ckeditor/ckeditor5-enter": "ckeditor/ckeditor5-enter",
"@ckeditor/ckeditor5-essentials": "ckeditor/ckeditor5-essentials",
@@ -38,8 +38,8 @@
"@ckeditor/ckeditor5-paragraph": "ckeditor/ckeditor5-paragraph",
"@ckeditor/ckeditor5-paste-from-office": "ckeditor/ckeditor5-paste-from-office",
"@ckeditor/ckeditor5-remove-format": "ckeditor/ckeditor5-remove-format",
"@ckeditor/ckeditor5-table": "ckeditor/ckeditor5-table",
"@ckeditor/ckeditor5-theme-lark": "ckeditor/ckeditor5-theme-lark",
"@ckeditor/ckeditor5-table": "ckeditor/ckeditor5-table#t/ckeditor5/1151",
"@ckeditor/ckeditor5-theme-lark": "ckeditor/ckeditor5-theme-lark#t/ckeditor5/1151",
"@ckeditor/ckeditor5-typing": "ckeditor/ckeditor5-typing",
"@ckeditor/ckeditor5-ui": "ckeditor/ckeditor5-ui#t/ckeditor5/1151",
"@ckeditor/ckeditor5-undo": "ckeditor/ckeditor5-undo",