-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(language): support Arabic language and fix a lot of rtl displays #1736
Conversation
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.
SonarQube analysis found issues:
Bugs: 0
Vulnerabilities: 0
Code Smells: 34
Including the following issue(s) which could not be reported in line:
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .pagehead .people-profile-information .tags li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .work li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .work li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .debts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .reminders .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .debts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .calls .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .tags li" (more)
- Code Smell: Expected selector ".people-show .profile .people-list li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-list li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .pagehead .people-profile-information .tags.rtl li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .work li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .work li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .calls .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .reminders .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .tags.rtl li" (more)
- Code Smell: Expected selector ".people-show .activities .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
60cd51f
to
b5dfeef
Compare
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.
SonarQube analysis found issues:
Bugs: 0
Vulnerabilities: 0
Code Smells: 34
Including the following issue(s) which could not be reported in line:
- Code Smell: Expected selector ".people-show .debts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .reminders .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .activities .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .tags.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .calls .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .reminders .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary li" (more)
- Code Smell: Expected selector ".people-show .calls .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .debts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .pagehead .people-profile-information .tags.rtl li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
484bec1
to
b5dfeef
Compare
5ea6cf8
to
b783dfe
Compare
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.
SonarQube analysis found issues:
Bugs: 0
Vulnerabilities: 0
Code Smells: 34
Including the following issue(s) which could not be reported in line:
- Code Smell: Expected selector ".people-show .reminders .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .work li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .work li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .work li:last-child" to come before selector ".people-show .pagehead .people-profile-information .tags.rtl li" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary li" (more)
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .work li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .tags.rtl li" (more)
- Code Smell: Expected selector ".people-show .calls .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .pagehead .people-profile-information .tags.rtl li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .debts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-actions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .debts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-list li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .work li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .calls .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-list li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .gift-list-item-date li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .gifts .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .introductions li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .tasks .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .profile .work li:last-child" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .activities .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li:not(:last-child)" (more)
- Code Smell: Expected selector ".people-show .profile .people-information li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
- Code Smell: Expected selector ".people-show .reminders .pa2 li" to come before selector ".people-show .pagehead .people-profile-information .profile-detail-summary.rtl li" (more)
This pull request has been automatically locked since there |
Fix #1727