Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork214
Closed
Description
Purpose
- To see the translation progress and how it changed at different times.
- To list the translate status of each
.po
files, e.g., Completed, incomplete, unstarted
Expected Outcome
- Datasheet of Translation Progress
- Statistic Graph of Translation Progress
- Datasheet of Translation Status by files
Todo and Plan
Data Visualize and Statistic Graph of Translation Progress
- Use
polib
to calculate the progress, including overall, by paths, etc. - Design and Draw Graph
- Save Result
- Save as Independent File
- Update README.rst
- Integrate to a GitHub Action script (monthly build)
List of Translation Statua by Files
- Use
polib
to calculate the progressof each file - Call GitHub API to list current issues which had assignee
- Save Result
- Save as Independent File
- Markdown
- Update README.rst
- Save as Independent File
- Integrate to a GitHub Action script (weekly build)