The source project of this merge request has been removed.
Check if strings are updated by the submitted commits
In !51 (closed), I unintentionally updated a string and your discerning eye has noticed it. This MR proposes the following:
- I updated the
update-transcommand in order to generate another file,code.powhich contains only code strings. The syntax has been a little bit changed in order to conform a bit more to the Martin’sclean codepractices. - I added a
pre-commithook that compares the current po file (underpo/) which the newly generatedcode.pofile. If any change is noticeable, a PO file with the differences is generated. - The check has been added in the
gitlab-ci.ymlfile. Failure is non blocking as it’s mainly to inform the reviewer that some strings changed, which can obviously happen some times. The difference file is uploaded to the MR. - I updated the
CONTRIBUTING.mdfile to inform contributors they have to override thecore.hooksPathsetting.