2014-08-09 07:43:34 +00:00
|
|
|
[github]
|
|
|
|
; Github username of bot
|
2015-01-14 15:57:48 +00:00
|
|
|
user = ETLegacyTransifexRobot
|
2014-08-09 07:43:34 +00:00
|
|
|
; Github password of bot
|
2015-01-14 15:57:48 +00:00
|
|
|
password =
|
2014-08-10 21:46:53 +00:00
|
|
|
; Email used for commits
|
2015-01-14 15:57:48 +00:00
|
|
|
email =
|
2014-08-09 07:43:34 +00:00
|
|
|
|
|
|
|
[transifex]
|
|
|
|
; Modes: default fetches all string, reviewed only reviewed ones
|
|
|
|
mode = default
|
|
|
|
; Minimum number of percent needed for a translation to be included
|
2015-01-14 15:57:48 +00:00
|
|
|
minpercent = 1
|
2014-08-09 07:43:34 +00:00
|
|
|
|
|
|
|
[workingrepo]
|
2015-01-14 15:57:48 +00:00
|
|
|
owner = ETLegacyTransifexRobot
|
|
|
|
repo = etlegacy
|
2014-08-09 07:43:34 +00:00
|
|
|
branch = master
|
|
|
|
|
|
|
|
; Clone URL for working repo
|
2015-01-14 15:57:48 +00:00
|
|
|
url = git@github.com:ETLegacyTransifexRobot/etlegacy.git
|
2014-08-09 07:43:34 +00:00
|
|
|
; Local path the repo can be found
|
2015-01-14 15:57:48 +00:00
|
|
|
path = /home/etlegacy/repositories/transifex-etlegacy
|
2014-08-09 07:43:34 +00:00
|
|
|
|
|
|
|
[targetrepo]
|
2015-01-14 15:57:48 +00:00
|
|
|
owner = etlegacy
|
|
|
|
repo = etlegacy
|
2014-08-09 07:43:34 +00:00
|
|
|
branch = master
|
|
|
|
|
|
|
|
; Clone URL for pull request target repository
|
2015-01-14 15:57:48 +00:00
|
|
|
url = https://github.com/etlegacy/etlegacy.git
|
2014-08-09 07:43:34 +00:00
|
|
|
|
|
|
|
[pullrequest]
|
|
|
|
; Template string for pull request title
|
|
|
|
title = Transifex translation update
|
|
|
|
; Template string for pull request body
|
|
|
|
body = New translation updates available from transifex
|
2015-01-14 15:57:48 +00:00
|
|
|
https://www.transifex.com/projects/p/etlegacy/
|
2014-08-09 07:43:34 +00:00
|
|
|
; Template string for commits in PR. Available variables
|
|
|
|
; %(mode)s See transifex.mode above
|
|
|
|
; %(minpercent)s See transifex.minpercent above
|
|
|
|
; %(langcount)d Number of languages matched with given settings
|
|
|
|
commit = Transifex translation update
|
2014-08-16 04:00:11 +00:00
|
|
|
|
2014-08-09 07:43:34 +00:00
|
|
|
Mode: %(mode)s
|
|
|
|
Minimum percent translated: %(minpercent)s
|
|
|
|
Matched %(langcount)d languages
|