-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix: Persian language #555
Conversation
Thanks for the pull request, @CodeWithEmad! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Also, I noticed that you're using the frontend-app-discussions/src/i18n/index.js Lines 41 to 42 in ea235cf
but I believe in other MFEs (even here of fr-fr or fr-cs) the language code should be all in lowercase. Is there a specific reason for the issue, or should I address it in my PR? |
Hey @asadazam93, would you be able to help @CodeWithEmad with the question that he raised above? @CodeWithEmad Thanks for the changes! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #555 +/- ##
=======================================
Coverage 92.32% 92.32%
=======================================
Files 169 169
Lines 3451 3451
Branches 899 899
=======================================
Hits 3186 3186
Misses 244 244
Partials 21 21
☔ View full report in Codecov by Sentry. |
Hi @CodeWithEmad , I notice there are some commit-lint failures. Please note that we use conventional commits across Open edX projects. You can read about the details here. Can you please amend your commit messages to follow our standard? |
1c38f74
to
035428d
Compare
Sure. I totally forgot about the commit lint. have a look now :) |
4ca85b0
to
010702d
Compare
@e0d since no one answered my question about the UPPER case codes for |
Hey @arbrandes, has this PR made it into your review queue? If you don't think you'll get to this PR anytime soon, I can try and find someone else to review; just let me know. |
010702d
to
abdd67e
Compare
Hi @arbrandes! Just following up on this to see if you're able to review (and if you could please re-enable the checks to run)? Thanks! CC: @itsjeyd |
@arbrandes Since your review queue is quite long (😅), would it help if we asked someone from the maintainer team (Infinity) to review this PR? |
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.
@CodeWithEmad can you please rebase and squash your commits? Thanks!
abdd67e
to
51df2e3
Compare
@saadyousafarbi take a look. |
I notice there are some commit-lint failures. Please note that we use conventional commits across Open edX projects. You can read about the details here. Can you please amend your commit messages to follow our standard? |
ab2d383
to
b3a603e
Compare
Oops. I forgot that, again! |
b3a603e
to
c0f3b45
Compare
Hi @arbrandes! When you get a chance, could you please re-enable the checks to run on this PR before review? Thanks! |
@mphilbrick211 @arbrandes Since @saadyousafarbi already reviewed and approved these changes I didn't think we'd need another round of review. The build is green, too, so it looks like this PR is pretty much ready for merge. |
Hey @CodeWithEmad, could you please rebase your changes? @saadyousafarbi Once that's done would you be able to merge this PR? |
comfirm -> confirm varaint -> variant Privilaged -> Privileged courseare, coursweare -> courseware Discssion -> Discussion dimentions -> dimensions
c0f3b45
to
1c64979
Compare
@CodeWithEmad 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
This will fix the Persian language code issue(fa-ir is the code in all of the other MFEs)
also fixed some typos in the code.