FastAPI Docs & Translations Management #11930
ceb10n
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Hi @ceb10n, After looking at your project, I think we don't need to wait for my PR to be accepted. How about we close my PR and mention your package in the discussion instead? Your project is more polished and has more cool functionalities than the original proposal. This way, we can move forward without waiting for my PR to be approved. We can just use your package. What do you think? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 😄
I created a simple cli based on typer to manage fastapi docs and translations.
It is inspired by the this PR #11864 from @lucasbalieiro ❤️
Although it is in early development, it should be very straightforward to use: just install it and run:
pip install -U fastapi-translations cd you-fastapi-local-repo fastapi_translations -l pt -cAnd it will create a summary and dump informations about the docs and translations of the given language into a csv:
If the PR gets accepted someday, we can move the features of this cli to fastapi repo
Links:
Beta Was this translation helpful? Give feedback.
All reactions