tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.14k stars 6.16k forks source link

Managing out-of-date official doc translations #5642

Open tokusumi opened 1 year ago

tokusumi commented 1 year ago

First Check

Commit to Help

Description

Wanted Solution

First of all, to solve how to search out-of-date translations, I created simple tools (PR) to compare committed date between original and translated docs. It works (but not correct).

How about merging the tools and collaborate them to notify it for developer and user with something like GitHub Actions?

Alternatives

Additional Context

No response

mbroton commented 1 year ago

(I believe) translated documents should shows if up-to-date or out-of-dates to original document. it help users.

Agree! Also, it could be misleading, if there's no such an information. I'm not sure if in the form you suggested, but It would be great to have such a functionality.

codespearhead commented 3 months ago

I created simple tools (PR) to compare committed date between original and translated docs

Can you share the link to those tools with us? It seems that the link in the "PR" is wrong.

Also, it seems to me that it's more of a MkDocs localization problem than a FastAPI's.

From what I could gather, there's no official way to handle outdated translations in MkDocs or ReadTheDocs 😬.