Opened 8 years ago
Closed 8 years ago
#2198 closed defect (bug) (invalid)
Inconsistent calculation of Percentage completed (Site page compared with API)
Reported by: | casiepa | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description
A certain plugin has 52 strings.
On the translate.wordpress.org page for Locales/Afrikaans/Plugins the data is:
Stable (latest release) 14% 7 0 45 0
(So 7 translated and 45 untranslated)
However using the API, the completed is at 13%
"id":"3263615", "name":"Afrikaans", "slug":"default", "project_id":"335902", "locale":"af", "current_count":7, "untranslated_count":45, "waiting_count":0, "fuzzy_count":0, "percent_translated":13,...
Most probably there is a different rounding.
Thanks for aligning, Pascal.
Note: See
TracTickets for help on using
tickets.
That's by design, see [1778].