-
Notifications
You must be signed in to change notification settings - Fork 62
enh: create a graphic or visual that helps us visualize % translated for each section of the guide by language #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Added you to the issue @RobPasMue !! Thank you! |
Awesome thanks - I will break this down into:
|
I just wanna make sure people know this is already something sphinx does and we don't need to write this ourselves!! https://sphinx-intl.readthedocs.io/en/master/refs.html#sphinx-intl-stat https://www.sphinx-doc.org/en/master/usage/advanced/intl.html#translation-progress-and-statistics |
I knew about intl-stat, and we talked about it in the sprint, but since the goal was to use the data to do some sort of chart or viz summary showing the status and areas that need help, it think it is cleaner to extract from the PO files directly instead of parsing the output of sphinx-intl. I did not know about the second link! If I understand correctly, is to highlight inside the translation pages the text that is not translated yet. I imagine that this is what you were thinking for the CSS that shows those parts in a different way when we were discussing that other PR, right? I think that is definitely still worth investigating, but maybe that should be a separate issue. |
totally - use whatever is useful, just wanted to make sure ppl were aware because the docs are (ironically) a little hard to navigate :) |
I just merged the PR that has the script and associated JSON data that we can use to create a plot of translation status by section. The ability to highlight untranslated text is super interesting!! Thank you for those resources @sneakers-the-rat !!! |
Now that #495 has been merged I will move on to the visualization of the data =) I'll try to open a PR shortly! Any ideas are welcome. |
Displaying stats in our docs is now in a PR =) - see #511 for more details! |
We appreciate you @RobPasMue thank you for all of the work on this!! |
Uh oh!
There was an error while loading. Please reload this page.
One of the benefits of using a tool like crowin is the bar plots that quickly help a user understand how far along translations are in a specific language.
We can generate a graphic like this using Python and post it in our translation file and README file for a quick overview of the translation status. Below is a somewhat ugly, messy version of this using Babel. But it starts to get at what i'm thinking about!
If someone is interested in a python project, you could work on this and
The follow-up issue associated with this would be to add CI to run this automatically each week. I think that can be a sub-issue that we can make once this issue is complete!
The text was updated successfully, but these errors were encountered: