mirror of
https://github.com/etlegacy/LegacyTransifexBot.git
synced 2024-11-10 06:31:55 +00:00
Fix error in txbot documentation
This commit is contained in:
parent
7d4ab39591
commit
bc270d7fe0
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
Requires pygithub, plumbum
|
||||
|
||||
Meant to be run regularily as part of a root cronjob. Pulls updated
|
||||
Meant to be run regularily as part of a user cronjob. Pulls updated
|
||||
translations from transifex and if anything relevant changed creates
|
||||
a pull request with the translation update to the mumble master repository.
|
||||
a pull request with the translation update to the mumble master repository.
|
||||
|
||||
If there is already a pull request pending a new commit is added to
|
||||
that request. This is meant to allow a review and fix before merge
|
||||
cycle on github as it is possible for normal pull requests.
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
"""
|
||||
Meant to be run regularily as part of a root cronjob. Pulls updated translations from
|
||||
Meant to be run regularily as part of a user cronjob. Pulls updated translations from
|
||||
transifex and if anything relevant changed creates a pull request with the translation
|
||||
update to the mumble master repository.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue