在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):crowdin/github-action开源软件地址(OpenSource Url):https://github.com/crowdin/github-action开源编程语言(OpenSource Language):Shell 98.5%开源软件介绍(OpenSource Introduction):Github Crowdin ActionA GitHub action to manage and synchronize localization resources with your Crowdin project What does this action do?
UsageSet up a workflow in .github/workflows/crowdin.yml (or add a job to your existing workflows). Read the Configuring a workflow article for more details on how to create and set up custom workflows. name: Crowdin Action
on:
push:
branches: [ master ]
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- 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 }} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论