fix(docs): repair image links (#41231)
This commit is contained in:
committed by
GitHub
parent
cadfa4f767
commit
f60fa14d3e
@ -83,15 +83,15 @@ Start [using MailHog](#using-mailhog).
|
||||
|
||||
Open a new browser tab or window and navigate to [http://localhost:8025](http://localhost:8025) to open your MailHog inbox when the MailHog installation has completed and MailHog is running. The inbox will appear similar to the screenshot below.
|
||||
|
||||

|
||||

|
||||
|
||||
Emails sent by your freeCodeCamp installation will appear as below
|
||||
|
||||

|
||||

|
||||
|
||||
Two tabs that allow you to view either plain text or source content will be available when you open a given email. Ensure that the plain text tab is selected as below.
|
||||
|
||||

|
||||

|
||||
|
||||
All links in the email should be clickable and resolve to their URL.
|
||||
|
||||
|
@ -45,13 +45,13 @@ Some examples of good PRs titles would be:
|
||||
|
||||
1. Once the edits have been committed, you will be prompted to create a pull request on your fork's GitHub Page.
|
||||
|
||||

|
||||

|
||||
|
||||
2. By default, all pull requests should be against the freeCodeCamp main repo, `main` branch.
|
||||
|
||||
Make sure that your Base Fork is set to freeCodeCamp/freeCodeCamp when raising a Pull Request.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Submit the pull request from your branch to freeCodeCamp's `main` branch.
|
||||
|
||||
|
@ -8,7 +8,7 @@ To begin proofreading, visit [our translation site](https://translate.freecodeca
|
||||
|
||||
You should see the list of projects you have been granted access to. Select the project that you would like to proofread, then select the language.
|
||||
|
||||

|
||||

|
||||
|
||||
You should now see the list of available files. Choose your file by selecting the `Proofread` button on the right of that file, then choosing `Proofreading` from the drop-down menu that appears.
|
||||
|
||||
@ -17,7 +17,7 @@ You should now see the list of available files. Choose your file by selecting th
|
||||
|
||||
## Proofread Translations
|
||||
|
||||

|
||||

|
||||
|
||||
<!--Add proofread/crowdsource button to the image-->
|
||||
|
||||
|
@ -11,11 +11,11 @@ You should see two "projects" available for translation: The `Contributing Docum
|
||||
|
||||
Select which project you want to contribute to, and you will see a list of available languages for translation.
|
||||
|
||||

|
||||

|
||||
|
||||
Select the language you want to work on, and you will see the complete file tree.
|
||||
|
||||

|
||||

|
||||
|
||||
Each file and folder will show a progress bar. The **blue** portion of the progress bar indicates what percentage of the file has been translated, while the **green** portion of the progress bar indicates what percentage of the file has been approved by the proofreading team.
|
||||
|
||||
@ -26,7 +26,7 @@ Select a file to work on and Crowdin will open the editor view.
|
||||
|
||||
## Translate the File
|
||||
|
||||

|
||||

|
||||
|
||||
Crowdin separates a document into translatable "strings", usually sentences. Each string is translated individually. Referring to the image above:
|
||||
|
||||
@ -72,7 +72,7 @@ We have enabled some quality assurance steps that will verify a translation is a
|
||||
|
||||
When you attempt to save a translation, you may see a warning message appear with a notification regarding your proposed translation.
|
||||
|
||||

|
||||

|
||||
|
||||
This message appears when Crowdin's QA system has identified a potential error in the proposed translation. In this example, we have modified the text of a `<code>` tag and Crowdin has caught that.
|
||||
|
||||
|
Reference in New Issue
Block a user