-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Ability to download the statistics #13304
Comments
The statistics are available via API at several levels, translation-level ones are described here: https://docs.weblate.org/en/latest/api.html#get--api-translations-(string-project)-(string-component)-(string-language)-statistics- It currently only contains the basic categories (it does not cover checks or labels). |
This issue has been automatically marked as stale because there wasn’t any recent activity. It will be closed soon if no further action occurs. Thank you for your contributions! |
@nijel, let’s talk about this and also probably about exposing it in the UI as well |
This allows to fetch API responses in the CSV formats. This might be especially useful for statistics as outlined in WeblateOrg#13304.
This allows to fetch API responses in the CSV formats. This might be especially useful for statistics as outlined in WeblateOrg#13304.
Okay, let's use API endpoints only for the statistics and include the links in the UI at all levels. #13666 is the first step in that direction. |
This makes it more likely that results fit into single response. See WeblateOrg#13304
This allows to fetch API responses in the CSV formats. This might be especially useful for statistics as outlined in #13304.
This makes it more likely that results fit into single response. See #13304
Describe the problem
We recently had a business review with our localization vendor. They reported that they would love to see a feature allowing them to download the wordcount statistics into a local log for each language. They spend alot of time manually doing this task and would improve efficiency if it could be exported or downloaded.
Describe the solution you would like
This could be as simple as a exported .csv file that contains each of the categories and the wordcounts.
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: