Log about commiting
This commit is contained in:
parent
e36ca7363c
commit
9becb305c0
@ -227,9 +227,11 @@ class Translation(models.Model):
|
|||||||
Commits translation to git.
|
Commits translation to git.
|
||||||
'''
|
'''
|
||||||
repo = self.subproject.get_repo()
|
repo = self.subproject.get_repo()
|
||||||
|
author = '%s <%s>' % (request.user.get_full_name(), request.user.email)
|
||||||
|
logger.info('Commiting %s as %s', self.filename, author)
|
||||||
repo.git.commit(
|
repo.git.commit(
|
||||||
self.filename,
|
self.filename,
|
||||||
author = '%s <%s>' % (request.user.get_full_name(), request.user.email),
|
author = author,
|
||||||
m = 'Translated using Weblate'
|
m = 'Translated using Weblate'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user