forked from mumble-voip/MumbleTransifexBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprfromtransifex.ini
47 lines (40 loc) · 1.28 KB
/
prfromtransifex.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[github]
; Github username of bot
user = ETLegacyTransifexRobot
; Github password of bot
password =
; Email used for commits
email =
[transifex]
; Modes: default fetches all string, reviewed only reviewed ones
mode = default
; Minimum number of percent needed for a translation to be included
minpercent = 1
[workingrepo]
owner = ETLegacyTransifexRobot
repo = etlegacy
branch = master
; Clone URL for working repo
url = [email protected]:ETLegacyTransifexRobot/etlegacy.git
; Local path the repo can be found
path = /home/etlegacy/repositories/transifex-etlegacy
[targetrepo]
owner = etlegacy
repo = etlegacy
branch = master
; Clone URL for pull request target repository
url = https://github.com/etlegacy/etlegacy.git
[pullrequest]
; Template string for pull request title
title = Transifex translation update
; Template string for pull request body
body = New translation updates available from transifex
https://www.transifex.com/projects/p/etlegacy/
; 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
Mode: %(mode)s
Minimum percent translated: %(minpercent)s
Matched %(langcount)d languages