-
Notifications
You must be signed in to change notification settings - Fork 23
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: Readme #475
Fix: Readme #475
Conversation
Thanks for the pull request, @CodeWithEmad! What's next?Please work through the following steps to get your changes ready for engineering review: 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. 🔘 Let us know that your PR is ready for review:Who will review my changes?This repository is currently unmaintained. To get help with finding a technical reviewer, tag the community contributions project manager for this PR in a comment and let them know that your changes are ready for review:
Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:
When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
d078efb
to
a1c3db4
Compare
@CodeWithEmad Thank you for this contribution! It looks like the tests will need a bit of work. Once they're green we can mark this PR as ready for review. |
a1c3db4
to
ff20b9d
Compare
@itsjeyd Failed job has been resolved. |
Thanks @CodeWithEmad, I'll mark this PR as ready for review now. |
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.
Thanks @CodeWithEmad, please check the comments regarding OEP-58 updates
See `transifex documentation <https://docs.transifex.com/integrations/django>`_ for more details about integrating | ||
django with transiflex. | ||
django with transifex. |
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.
Please link to https://docs.openedx.org/en/latest/developers/how-tos/enable-translations-new-repo.html instead.
@@ -127,7 +127,7 @@ The previous command will compile ``.po`` files using | |||
After compiling the ``.po`` file(s), ``django-statici18n`` is used to create language specific catalogs. See | |||
``django-statici18n`` `documentation <https://django-statici18n.readthedocs.io/en/latest/>`_ for more information. | |||
|
|||
To upload translations to transiflex use the follow Make target:: | |||
To upload translations to transifex use the follow Make target: |
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.
Same here, make push_translations
no longer exists as of OEP-58.
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.
Oh, so I'll remove all references to push_translations
command.
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.
Please link to https://docs.openedx.org/en/latest/developers/how-tos/enable-translations-new-repo.html instead.
@@ -137,7 +137,7 @@ See `config instructions <https://github.com/openedx/i18n-tools#transifex-comman | |||
transifex credentials. | |||
|
|||
See `transifex documentation <https://docs.transifex.com/integrations/django>`_ for more details about integrating | |||
django with transiflex. | |||
django with transifex. |
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.
Same here.
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.
I don't get what you mean by "same here".
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.
Please link to https://docs.openedx.org/en/latest/developers/how-tos/enable-translations-new-repo.html instead.
@@ -22,9 +22,9 @@ Localization (l10n) is adapting a program to local language and cultural habits. | |||
|
|||
Use the locale directory to provide internationalized strings for your XBlock project. | |||
For more information on how to enable translations, visit the | |||
`Open edX XBlock tutorial on Internationalization <https://edx.readthedocs.org/projects/xblock-tutorial/en/latest/edx_platform/edx_lms.html>`_. | |||
`Adding Translated Strings to your XBlock <https://edx.readthedocs.io/projects/xblock/en/latest/xblock-tutorial/edx_platform/edx_lms.html#adding-translated-strings-to-your-xblock>`_. |
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.
This is only applicable for non-openedx XBlocks.
github.com/openedx XBlocks has full atlas
support:
And this link should be used instead:
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.
You're right.
6e0c55f
to
912a053
Compare
Thanks for providing a review for this PR @OmarIthawi! @CodeWithEmad Please have a look at the failing tests when you can. |
My changes were pretty harmless and should not cause the tests to fail, @itsjeyd. |
Thanks for the details @CodeWithEmad. What's the next step here, then? Should we consider this PR blocked until someone does the work that @feanil described in #484 (comment)? I'm assuming you're not planning to do it yourself, but let me know if I got the wrong impression 🙂 |
912a053
to
e4d5b63
Compare
No worries @CodeWithEmad, and thanks for the details. I'll mark this PR as blocked on #471, then. |
@CodeWithEmad Same note here, #471 has been merged so this PR should be unblocked now. |
With this, we're not worried about teh size of the project_desc and the generated rst file is always working.
The size of the heading symbols should be the same size as the titles, otherwise might act funny in different environments
This will add a copy button + syntax highlighting in GitHub.
e4d5b63
to
d86ee45
Compare
d86ee45
to
6e6ea44
Compare
It's done, @itsjeyd |
This will introduce the following changes: