Translation progress reporting

Reporting features give insight into how a translation progresses over a given period. A summary of contributions to any given component over time is provided. The reporting tool is found in the Insights menu of any translation component:

../_images/reporting.png

Several reporting tools are available on this page and all can produce output in HTML, reStructuredText or JSON. The first two formats are suitable for embedding statistics into existing documentation, while JSON is useful for further processing of the data.

Translator credits

Generates a document usable for crediting translators - sorted by language and lists all contributors to a given language:

* Czech

    * Michal Čihař <michal@cihar.com>
    * John Doe <john@example.com>

* Dutch

    * Jane Doe <jane@example.com>

It will render as:

Contributor stats

Generates the number of translated words and strings by translator name:

======================================== ======================================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ====================
Name                                     Email                                    Count total          Source words total   Source chars total   Target words total   Target chars total   Count new            Source words new     Source chars new     Target words new     Target chars new     Count edited         Source words edited  Source chars edited  Target words edited  Target chars edited 
======================================== ======================================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ====================
Michal Čihař                             michal@cihar.com                                          143                 1321                 8208                 1162                 8231                  125                 1169                 7281                 1035                 7315                   18                  152                  927                  127                  916 
Allan Nordhøy                            allan@example.com                                          41                  524                 3246                  475                 3506                   24                  284                 1768                  245                 1865                   17                  240                 1478                  230                 1641 
======================================== ======================================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ==================== ====================

And it will get rendered as:

Name Email Count total Source words total Source chars total Target words total Target chars total Count new Source words new Source chars new Target words new Target chars new Count edited Source words edited Source chars edited Target words edited Target chars edited
Michal Čihař michal@cihar.com 143 1321 8208 1162 8231 125 1169 7281 1035 7315 18 152 927 127 916
Allan Nordhøy allan@example.com 41 524 3246 475 3506 24 284 1768 245 1865 17 240 1478 230 1641

It can be useful if you pay your translators based on amount of work, it gives you various stats on translators work.

All stats are available in three variants:

Total
Overall number of edited strings.
New
Newly translated strings which didn’t have translation before.
Edited
Edited strings which had translation before.

The following metrics are available for each:

Count
Number of strings.
Source words
Number of words in the source string.
Source chars
Number of chars in the source string.
Target words
Number of words in the translated string.
Target chars
Number of chars in the translated string.