Add save support in git systems
offlate/systems/git.py
| 96 | 96 | raise Exception("Unimplemented method in concrete class: send") | |
| 97 | 97 | ||
| 98 | 98 | def save(self): | |
| 99 | - | pass | |
| 99 | + | for resource in self.translationfiles: | |
| 100 | + | resource['format'].save() | |
| 100 | 101 | ||
| 101 | 102 | def content(self): | |
| 102 | 103 | content = {} |