Skip to content

Pull translations from Transifex #9

Pull translations from Transifex

Pull translations from Transifex #9

name: "Pull translations from Transifex"
on:
schedule:
- cron: "42 1 * * 6"
jobs:
pull-translations:
if: github.repository == 'cataclysmbnteam/Cataclysm-BN'
runs-on: ubuntu-20.04
steps:
- name: "Install Transifex CLI"
run: |
curl -sL https://github.com/transifex/cli/releases/download/v1.6.7/tx-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/bin tx
- name: "Checkout"
uses: actions/checkout@v4
- name: "Get current date"
uses: nanzm/[email protected]
id: get-timestamp
with:
timeZone: 0
format: "YYYY-MM-DD"
- name: "Pull translations"
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
run: tx pull --force
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
commit-message: "feat(i18n): routine i18n updates on ${{ steps.get-timestamp.outputs.time }}"
committer: Coolthulhu (BOT) <[email protected]>
author: Coolthulhu (BOT) <[email protected]>
token: ${{ secrets.TX_PR_CREATOR }}
branch: i18n
delete-branch: true
base: main
title: "feat(i18n): routine i18n updates on ${{ steps.get-timestamp.outputs.time }}"
body: ""
labels: Translation