🌐 Add German translation for docs/de/docs/reference/templating.md#10842
Merged
alejsdev merged 4 commits intofastapi:masterfrom Feb 21, 2024
Merged
🌐 Add German translation for docs/de/docs/reference/templating.md#10842alejsdev merged 4 commits intofastapi:masterfrom
docs/de/docs/reference/templating.md#10842alejsdev merged 4 commits intofastapi:masterfrom
Conversation
* In sync with current docs/en/docs/reference/templating.md * Google Translate used * Manually checked * Checked for errors using LanguageTool
This was referenced Dec 26, 2023
Member
|
📝 Docs preview for commit b7de378 at: https://8bca8583.fastapitiangolo.pages.dev |
Member
|
📝 Docs preview for commit b70b49c at: https://b56c7aaa.fastapitiangolo.pages.dev |
dpinezich
reviewed
Feb 17, 2024
dpinezich
left a comment
There was a problem hiding this comment.
Was ganz Kleines, wenn du dagegen bist, approve ich aber gerne auch so :-)
Contributor
Author
|
@dpinezich Hab deinen Vorschlag übernommen. Danke fürs Review! |
Member
|
📝 Docs preview for commit 21b654b at: https://73c6cf28.fastapitiangolo.pages.dev |
Member
|
Thanks for the help! @nilslindemann @dpinezich 🤓✨ |
Contributor
Author
|
Fantastic |
gisbdzhch
pushed a commit
to gisktzh/gb3-search_api
that referenced
this pull request
Feb 29, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastapi](https://github.com/tiangolo/fastapi) | `==0.109.2` -> `==0.110.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.110.0`](https://github.com/tiangolo/fastapi/releases/tag/0.110.0) [Compare Source](fastapi/fastapi@0.109.2...0.110.0) ##### Breaking Changes - 🐛 Fix unhandled growing memory for internal server errors, refactor dependencies with `yield` and `except` to require raising again as in regular Python. PR [#​11191](fastapi/fastapi#11191) by [@​tiangolo](https://github.com/tiangolo). - This is a breaking change (and only slightly) if you used dependencies with `yield`, used `except` in those dependencies, and didn't raise again. - This was reported internally by [@​rushilsrivastava](https://github.com/rushilsrivastava) as a memory leak when the server had unhandled exceptions that would produce internal server errors, the memory allocated before that point would not be released. - Read the new docs: [Dependencies with `yield` and `except`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/#dependencies-with-yield-and-except). In short, if you had dependencies that looked like: ```Python def my_dep(): try: yield except SomeException: pass ``` Now you need to make sure you raise again after `except`, just as you would in regular Python: ```Python def my_dep(): try: yield except SomeException: raise ``` ##### Docs - ✏️ Fix minor typos in `docs/ko/docs/`. PR [#​11126](fastapi/fastapi#11126) by [@​KaniKim](https://github.com/KaniKim). - ✏️ Fix minor typo in `fastapi/applications.py`. PR [#​11099](fastapi/fastapi#11099) by [@​JacobHayes](https://github.com/JacobHayes). ##### Translations - 🌐 Add German translation for `docs/de/docs/reference/background.md`. PR [#​10820](fastapi/fastapi#10820) by [@​nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/reference/templating.md`. PR [#​10842](fastapi/fastapi#10842) by [@̴...
hsuanchi
pushed a commit
to hsuanchi/fastapi
that referenced
this pull request
May 26, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
←
reference/staticfiles.md(#10841)→
reference/testclient.md(#10843)German translation progress