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

Right to left (RTL) direction support #833

Merged
merged 48 commits into from
Jul 25, 2023
Merged

Conversation

timisenco2015
Copy link
Contributor

Description

Some languages, such as Persian, Hindi, and Arabic, support writing from right to left instead of the traditional left to right. This feature will enable CHEFS to support languages that write from right to left.

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have run the npm script lint on the frontend and backend
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • I have approval from the product owner for the contribution in this pull request

Further comments

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

Coverage Report (Application)

Totals Coverage
Statements: 40.45% ( 2388 / 5904 )
Methods: 35.53% ( 297 / 836 )
Lines: 46.32% ( 1625 / 3508 )
Branches: 29.87% ( 466 / 1560 )

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

Coverage Report (Frontend)

Totals Coverage
Statements: 69.62% ( 1061 / 1524 )
Methods: 66.43% ( 188 / 283 )
Lines: 74.15% ( 743 / 1002 )
Branches: 54.39% ( 130 / 239 )

@WalterMoar

This comment was marked as resolved.

@WalterMoar
Copy link
Collaborator

I noticed a RTL bug that isn't part of the PR but maybe it's an easy fix? On the Admin page Forms table, the created date is displaying "DATE TIME AM/PM - USER" for LTR but for RTL it's "AM/PM - USER TIME DATE":

image

Not sure how this is supposed to display in RTL! :) I'm thinking just reversing the order of the items probably isn't correct?

@timisenco2015 timisenco2015 merged commit bb43ef3 into master Jul 25, 2023
11 checks passed
@timisenco2015 timisenco2015 deleted the chefs_rtl_supports branch August 14, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants