Opened 4 weeks ago
Last modified 3 weeks ago
#8237 new enhancement
Create a query which reports translations per locale
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Translate Site & Plugins | Keywords: | |
| Cc: |
Description
Currently we have the top 500 plugin and theme stats for translations per locale
But that is a report we cannot do anything but complete it. This report does not show the values per country. Also it does not show more then 500 records.
If this report is 100% translated, we still do have important projects that are only used in a specific locale
So we need a new report that generates the following
First determine the locale, then report the below columns
- project name
- % of translation
- Link to the project
That gives us the opportunity to find project that needs to be checked or translated.
The global database knows the installations of plugins and themes, and also the locale as the update requests are sending the locale to this global database.
Basically this is also important for developers to know where their projects are used.
Change History (3)
#2
@
4 weeks ago
The filter for locale is required not an option. It is the intention of the report to use the data found for the locale selected. You could pick it from the URL you logged in to translate.wordpress.org. But to make it more general usable a selector would be mandatory. A filter on projectname is not necessary, as you already have statistics for that per locale
#3
@
3 weeks ago
Some time ago, I suggested this same approach to dedicate limited translation resources to the plugins or themes that are most in demand within each language.
At the time, I also proposed a voting system, but it's clearly much simpler to use a basic ranking based on the demand for each language.
Proposed Next Steps
Based on the current requirement, I would like to suggest a structured approach to move this forward and make the report actionable and scalable.
1. Define Expected Output
The report should be generated per locale and include the following columns:
Example:
This will help contributors quickly identify projects that need attention.
2. Data Source Mapping
To build this report, we need to combine data from:
Key join points:
3. Suggested Implementation Approaches
Option A: Aggregated Table (Recommended)
Benefits:
Option B: On-Demand Query / API
Trade-off:
4. Enhancements (Optional but Valuable)
I’m happy to help move this forward by:
Please let me know the preferred approach, and I can start working on the initial implementation.
Thanks!