-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
RTL Support #4704
Comments
Hello @saeedrahimi. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please fill the Pull Request Template here, provide documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution! 你好 @saeedrahimi, 我们完全同意你的提议/反馈,欢迎直接在此仓库 创建一个 Pull Request 来解决这个问题。请务必填写 Pull Request 内的预设模板,提供改动所需相应的测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献! |
Looking forward to it! Thank you very much. |
@wendellhu95 |
@saeedrahimi You can do them all in a single pull-request. I guess that would save you some trouble? |
Hi @saeedrahimi thanks for your pr a lot we are refactoring some components these days, you may need to rebase on these components after that. |
Thanks @vthinkxie |
Hi @saeedrahimi |
@saeedrahimi |
@mkzaker |
Hi @saeedrahimi thanks for your participation in ng zorro RTL support , i will be happy to help you. |
@saeedrahimi |
@saeedrahimi |
ممنون از لطف شما میدونم کسی که کد میزنه خودش باید تست هم بنویسه، اما فعلا بخاطر کانفیگ سیستمم در اجرای تست با مشکل مواجه هستم و تمام این تایمی که برای |
Thank you @saeedrahimi for supporting this any clue when this will be completed & released ? Thanks again. |
This is awesome, we really need it in our company. Is there any ETA on when this going to finish? |
@vthinkxie : Any idea when RTL will be available. It would be really helpful. |
Any update about support RTL |
I just need help on updating tests. |
could you please point me to the modules that have a missing test so I can contribute with you? |
@vthinkxie thank you guys for all the effort of releasing version 10 , but I believe this is was a part of the milestone of version 10 to support RTL, is it postponed now or something? |
Actually i'm struggling with tests and couldn't find any way to change direction (LTR | RTL) in test cases. I've tried these methods and they didn't worked. document.body.setAttribue("dir","rtl")
// OR
TestBed.overrideProvider(Directionality, {value:'rtl'}) I want is to increase coverage to pass codecov pipeline.
|
Just found a way for changing direction ;-) 478725d |
Hi @saeedrahimi |
Hi @saeedrahimi
|
👋 Hi all, I think it is too difficult to do this in one PR. So I suggest that we submit a PR for each completed components, and add a label to the ---
category: Components
type: General
title: Button
cover: https://gw.alipayobjects.com/zos/alicdn/fNUKzY1sk/Button.svg
+ rtl: true
--- This allows us to better track progress and prevent other PRs to make breaking changes. @saeedrahimi @HDaghash what do you think about it? |
By the way, we can merge these PRs in any version without having to wait for all components to finish. |
I agree with that , specially @saeedrahimi almost done with most of the components so much better to merge the done part instead of keep waiting for the little remaining components. |
What problem does this feature solve?
Currently Ant-Design in v4 supports rtl in all components and demos, in this issue i want to add progress of making all components of ng-zorro-antd support rtl.
What does the proposed API look like?
RTL Progress #4703
The text was updated successfully, but these errors were encountered: