Skip to content

Commit

Permalink
多语言测试
Browse files Browse the repository at this point in the history
  • Loading branch information
yatoooon committed Nov 15, 2023
1 parent 8d45360 commit c183ef9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Crowdin Action

on:
push:
branches: [ '**' ]

jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: crowdin action
uses: crowdin/github-action@v1
with:
upload_sources: true
upload_translations: false
download_translations: true
localization_branch_name: l10n_${{ github.ref_name }}_crowdin_translations
create_pull_request: true
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
pull_request_base_branch_name: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
8 changes: 0 additions & 8 deletions .idea/kotlinScripting.xml

This file was deleted.

0 comments on commit c183ef9

Please sign in to comment.