Add save support in git systems

Julien LepillerFri Aug 23 14:45:39+0200 2019

92c3945

Add save support in git systems

offlate/systems/git.py

9696
        raise Exception("Unimplemented method in concrete class: send")
9797
9898
    def save(self):
99-
        pass
99+
        for resource in self.translationfiles:
100+
            resource['format'].save()
100101
101102
    def content(self):
102103
        content = {}