Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4bccdae
Fix a link
Oct 19, 2023
87042d6
Improve venv setup instructions
Oct 19, 2023
e136460
Rename two headings
Oct 19, 2023
324772f
Fix a few typos, etc.
Oct 19, 2023
ce0eaf6
Add a heading and point to it
Oct 19, 2023
6668828
Switch chapters
Oct 19, 2023
e992920
Remove redundant explanation and restructure
Oct 19, 2023
129e701
Add chapter "Things to be kept as-is"
Oct 19, 2023
e56d9b2
Add introduction sentence
Oct 19, 2023
ce8df22
"small written" -> "low-caps"
Oct 19, 2023
1b28737
Dedent heading by one
Oct 19, 2023
891ca8b
Be more explicit
Oct 19, 2023
9fcacee
Be more explicit
Oct 20, 2023
c6f38a0
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 20, 2023
240f526
Small improvements
Oct 20, 2023
887cdb9
Info box
Oct 20, 2023
2dfc8cd
Shorten the added section
Oct 20, 2023
3f54fb9
Add hint how to do it in VS Code
Oct 22, 2023
416aac2
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 25, 2023
8d332ac
Rename chapter and move it one down
Oct 30, 2023
86b73e0
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 30, 2023
b8f5057
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 31, 2023
b7a9dd5
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Nov 29, 2023
f36b0e9
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Dec 1, 2023
c6c4e90
Sync with #10844
Dec 27, 2023
aef9908
Merge remote-tracking branch 'upstream/master' into review-en/docs/co…
Dec 27, 2023
6aeb512
Fix weird things done by the VS Code merge conflict resolver.
Dec 27, 2023
6aba798
Replace three blank lines with one
Dec 27, 2023
f1dd3c5
✏️ Tweak lin formatk and micro-typo
tiangolo Jan 11, 2024
c7b7a21
Merge branch 'master' into review-en/docs/contributing.md
tiangolo Jan 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Info box
  • Loading branch information
Nils Lindemann committed Oct 20, 2023
commit 887cdb91fb873fc522e4d9ebc2a8a8a2eb274dd3
4 changes: 2 additions & 2 deletions docs/en/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ $ python ./scripts/docs.py live es

Now you can go to <a href="http://127.0.0.1:8008" class="external-link" target="_blank">http://127.0.0.1:8008</a> and see your changes live.

You will see that every language has all the pages. But some pages are not translated and have a notification about the missing translation.
You will see that every language has all the pages. But some pages are not translated and have an info box at the top, about the missing translation.

Now let's say that you want to add a translation for the section [Features](features.md){.internal-link target=_blank}.

Expand All @@ -330,7 +330,7 @@ docs/es/docs/features.md
!!! tip
Notice that the only change in the path and file name is the language code, from `en` to `es`.

If you go to your browser you will see that now the docs show your new section. πŸŽ‰
If you go to your browser you will see that now the docs show your new section (the info box at the top is gone). πŸŽ‰

Now you can translate it all and see how it looks as you save the file.

Expand Down