Skip to content
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

Open
PadraigDillon1 opened this issue Dec 16, 2024 · 4 comments
Open

Ability to download the statistics #13304

PadraigDillon1 opened this issue Dec 16, 2024 · 4 comments
Assignees
Labels
enhancement Adding or requesting a new feature.
Milestone

Comments

@PadraigDillon1
Copy link

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

@nijel
Copy link
Member

nijel commented Dec 16, 2024

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).

Copy link

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!

@github-actions github-actions bot added the wontfix Nobody will work on this. label Dec 31, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2025
@orangesunny orangesunny reopened this Jan 27, 2025
@orangesunny orangesunny added documentation Improvements or additions to the documentation. and removed wontfix Nobody will work on this. labels Jan 27, 2025
@orangesunny orangesunny self-assigned this Jan 27, 2025
@orangesunny
Copy link
Member

@nijel, let’s talk about this and also probably about exposing it in the UI as well

nijel added a commit to nijel/weblate that referenced this issue Jan 27, 2025
This allows to fetch API responses in the CSV formats. This might be
especially useful for statistics as outlined in WeblateOrg#13304.
nijel added a commit to nijel/weblate that referenced this issue Jan 27, 2025
This allows to fetch API responses in the CSV formats. This might be
especially useful for statistics as outlined in WeblateOrg#13304.
@nijel
Copy link
Member

nijel commented Jan 27, 2025

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.

@nijel nijel added enhancement Adding or requesting a new feature. and removed documentation Improvements or additions to the documentation. labels Jan 27, 2025
nijel added a commit to nijel/weblate that referenced this issue Jan 27, 2025
This makes it more likely that results fit into single response.

See WeblateOrg#13304
@nijel nijel added this to the 5.10 milestone Jan 27, 2025
@nijel nijel self-assigned this Jan 27, 2025
nijel added a commit that referenced this issue Jan 27, 2025
This allows to fetch API responses in the CSV formats. This might be
especially useful for statistics as outlined in #13304.
nijel added a commit that referenced this issue Jan 27, 2025
This makes it more likely that results fit into single response.

See #13304
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding or requesting a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants