2014-08-09 07:43:34 +00:00
|
|
|
[github]
|
|
|
|
; Github username of bot
|
|
|
|
user = MumbleTransifexBot
|
|
|
|
; Github password of bot
|
|
|
|
password =
|
2014-08-10 21:46:53 +00:00
|
|
|
; Email used for commits
|
|
|
|
email = mumbletransifexbot@mumble.info
|
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
|
|
|
|
minpercent = 0
|
|
|
|
|
|
|
|
[workingrepo]
|
|
|
|
owner = MumbleTransifexBot
|
|
|
|
repo = mumble
|
|
|
|
branch = master
|
|
|
|
|
|
|
|
; Clone URL for working repo
|
|
|
|
url = git@github.com:MumbleTransifexBot/mumble.git
|
|
|
|
; Local path the repo can be found
|
2014-08-11 00:49:11 +00:00
|
|
|
path = /home/mumbletransifexbot/mumble/
|
2014-08-09 07:43:34 +00:00
|
|
|
|
|
|
|
[targetrepo]
|
|
|
|
owner = mumble-voip
|
|
|
|
repo = mumble
|
|
|
|
branch = master
|
|
|
|
|
|
|
|
; Clone URL for pull request target repository
|
|
|
|
url = https://github.com/mumble-voip/mumble.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/organization/mumble/dashboard/mumble
|
|
|
|
; 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
|
|
|
|
|
2014-08-10 21:46:53 +00:00
|
|
|
[misc]
|
2014-08-16 04:00:11 +00:00
|
|
|
; pri file to store language bookkeeping data in
|
2014-08-09 07:43:34 +00:00
|
|
|
; Will be re-written and commited to the repository
|
|
|
|
; if changes occur.
|
2014-08-16 04:00:11 +00:00
|
|
|
prifile = src/mumble/translations.pri
|
2014-08-09 07:43:34 +00:00
|
|
|
; Template to generate file from, available variables $(files)s
|
|
|
|
; for a space separated list of all files.
|
2014-08-16 04:00:11 +00:00
|
|
|
pritemplate = # Do not change manually
|
2014-08-09 07:43:34 +00:00
|
|
|
# Autogenerated by mumble transifex bot
|
|
|
|
TRANSLATIONS = %(files)s
|
2014-08-16 04:00:11 +00:00
|
|
|
|
|
|
|
; qtc file to store language bookkeeping data in
|
|
|
|
; Will be re-written and commited to the repository
|
|
|
|
; if changes occur.
|
|
|
|
qrcfile = src/mumble/mumble_translations.qrc
|
|
|
|
; Template to generate file from, available variables $(files)s
|
|
|
|
; for a space separated list of all files.
|
|
|
|
qrctemplate = <!DOCTYPE RCC><RCC version="1.0">
|
|
|
|
<!--
|
|
|
|
Do not change manually
|
|
|
|
Autogenerated by mumble transifex bot
|
|
|
|
-->
|
|
|
|
<qresource>
|
|
|
|
%(files)s
|
|
|
|
</qresource>
|
|
|
|
</RCC>
|
|
|
|
|
2014-08-09 07:43:34 +00:00
|
|
|
; Space separated translation files not retrieved from transifex
|
2014-08-16 04:00:11 +00:00
|
|
|
additionaltsfiles = mumble_en.ts
|