First check
Thanks a lot to Japanese translation.
I found bugged highlighted lines in https://fastapi.tiangolo.com/ja/tutorial/query-params/ .
Example
Highlighted empty line
Description
It seems to me that the translated file needs to be synced with English version.
- translated: fastapi/docs/en/docs/tutorial/query-params.md
- English version: fastapi/docs/ja/docs/tutorial/query-params.md
About docs_src/query_params/tutorial002.py
- As is:
hl_lines="7" (ref: fastapi/docs/en/docs/tutorial/query-params.md line 67)
- To be:
hl_lines="9" (ref: fastapi/docs/ja/docs/tutorial/query-params.md line 66)
About docs_src/query_params/tutorial003.py
- As is:
hl_lines="7"
- To be:
hl_lines="9"
About docs_src/query_params/tutorial004.py
- As is:
hl_lines="6 8"
- To be:
hl_lines=hl_lines="8 10"
Additional context
I checked only "Query parameters" in Japanese translation.
Sorry, I don't know if we need to fix the highlighted lines for other pages in the Japanese translation or for translations in other languages right now.
First check
Thanks a lot to Japanese translation.
I found bugged highlighted lines in https://fastapi.tiangolo.com/ja/tutorial/query-params/ .
Example
Highlighted empty line
Description
It seems to me that the translated file needs to be synced with English version.
About docs_src/query_params/tutorial002.py
hl_lines="7"(ref: fastapi/docs/en/docs/tutorial/query-params.md line 67)hl_lines="9"(ref: fastapi/docs/ja/docs/tutorial/query-params.md line 66)About docs_src/query_params/tutorial003.py
hl_lines="7"hl_lines="9"About docs_src/query_params/tutorial004.py
hl_lines="6 8"hl_lines=hl_lines="8 10"Additional context
I checked only "Query parameters" in Japanese translation.
Sorry, I don't know if we need to fix the highlighted lines for other pages in the Japanese translation or for translations in other languages right now.