ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.36k stars 328 forks source link

Update Translation and Fix Typo #80

Closed ZhijieWang closed 8 years ago

adam-waldenberg commented 8 years ago

Almost. Add the typo fix to the source code as well (these strings are fetched from the source code). This particular line comes from responsibilities.py.

adam-waldenberg commented 8 years ago

One more thing; "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"... Should be the date the .po was created/updated.

adam-waldenberg commented 8 years ago

I quickly went over the translation just now. Looking at the po, it's still not using the latest .pot strings. For example the new documentation added to "-f" is missing.

ZhijieWang commented 8 years ago

class ResponsibiltyEntry(object):

The class name change may cause way more problems.

adam-waldenberg commented 8 years ago

Sorry. Wrong file, my misstake... The line you need to modify is the following:

https://github.com/ejwa/gitinspector/blob/master/gitinspector/output/responsibilitiesoutput.py#L28

ZhijieWang commented 8 years ago

Updated

adam-waldenberg commented 8 years ago

Looks good. It's in need of some squashing before merging... I'll take care of this tomorrow.

adam-waldenberg commented 8 years ago

Thank you. Merged with commits 5ee5127b159b5945e90cf26cae214fed13238df8 and 75b528a84a5b152b34b9b4695864e454dfeb12c5.