Skip to content

Commit b4b2ad0

Browse files
committed
Fix PR comments add diagram
1 parent a0e42bd commit b4b2ad0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/docs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ As translators work on the Crowdin platform, a Pull Request is automatically
5555
created in the project repository. This PR **should not** be merged, as it
5656
contains all translations for all languages (see
5757
[Scientific-Python-Translations/scipy.org-translations#187](https://github.com/Scientific-Python-Translations/scipy.org-translations/pull/187) for an
58-
example). If your website is set up through the Scientific Python Translations
58+
example). This PR will be opened againts the translations repository (e.g. Scientific-Python-Translations/scipy.org-translations). If your website is set up throughthe Scientific Python Translations
5959
org, this PR will should have the `do-not-merge` label applied to it to ensure the PR
6060
will not be merged accidentally.
6161

@@ -72,6 +72,14 @@ To do this, navigate to your project's Settings in Crowdin, select Import and un
7272

7373
## Automation details
7474

75+
```mermaid
76+
flowchart TD
77+
B -.->|sync_translations.yml <br/> #40;PRs to add translations#41;| A
78+
A[Source repository <br/><br/> #40;numpy/numpy.org#41;] -->|sync_content.yml <br/> #40;PR to sync content - automerged#41;| B[Translation repository <br/><br/> #40;Scientific-Python-Translations/numpy.org-translations#41;]
79+
C[Crowdin <br/><br/> #40;scientific-python.crowdin.com#41;] -->|sync_translations.yml <br/> #40;PRs to add translations & contributors - automerged#41;| B
80+
A -->|Crowdin integration| C
81+
```
82+
7583
### Cookiecutter template
7684

7785
Use the cookiecutter template to generate a translation-ready repo:

0 commit comments

Comments
 (0)