chore(ci): sync translations from crowdin straight into main

This commit is contained in:
Moody Salem 2021-06-01 09:59:14 -05:00
parent 979686100e
commit 55d5762e39
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -50,7 +50,8 @@ jobs:
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN_SECRET }}
source: 'src/locales/en-US.po'
translation: 'src/locales/%locale%.po'
pull_request_title: "chore(i18n): synchronize translations from crowdin"
create_pull_request: false
localization_branch_name: main
commit_message: "chore(i18n): synchronize translations from crowdin"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}