Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #4525, comment 4


Ignore:
Timestamp:
07/23/2019 05:25:43 PM (4 years ago)
Author:
ramiy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4525, comment 4

    initial v1  
    33**What is the problem that this is intended to solve?**
    44
    5 Currently a plugin author don't really know how many of his language packs are update to the latest version. Unless he manually extracts the data from the language packs list - counting them one by one.
     5Currently a plugin author doesn't really know how many of his language packs are updated to the latest plugin version. Unless he manually extracts the data from the language packs list - counting them one by one.
    66
    77**How would a plugin author make use of this data?**
    88
    9 With this data, plugin authors can decide whether to focus resources on translations. For example if over 95% of my language packs are updated to the latest version I will do nothing, but if only 40% of the language packs are updated to the latest version I will spend time translating my plugin or hire someone to do that.
     9With this data, plugin authors can decide whether to focus resources on translations. For example if over 95% of my language packs are updated to the latest plugin version I will do nothing, but if only 40% of the language packs are updated to the latest version I will spend time translating my plugin or hire someone to do that.
    1010
    1111**What would it enable them to do?**
     
    1313Insights is the first step for better decision making. I'm sorry to say, but the language pack list is a useless list of raw data. A single pie chart provides a better visual representation of the data.
    1414
    15 If you want to allow the plugin author do something on the page, we can replace the list with a table with sortable columns. It will be much easier to detect language packs for older version.
     15If you want to allow the plugin author do something on the page, we can replace the list with a table containing sortable columns. It will be much easier to detect language packs for older plugin version.