Skip to content

docs: update README with restructuring information (#376) #488

docs: update README with restructuring information (#376)

docs: update README with restructuring information (#376) #488

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [main]
jobs:
synchronize-with-crowdin:
if: contains(github.event.head_commit.message , 'i18n')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: crowdin action
uses: crowdin/[email protected]
with:
upload_translations: true
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}