Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 23, 2024
1 parent 02a1206 commit 31fad63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/crowdin/crowdin-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
files:
- source: docs/*.md
translation: docs/%two_letters_code%/%original_file_name%
- source: /docs/*.md
translation: /docs/%two_letters_code%/%original_file_name%
ignore:
- 'docs/_coverpage.md'
- 'docs/_navbar.md'
- '/docs/_coverpage.md'
- '/docs/_navbar.md'

project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
1 change: 1 addition & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
push_translations: false
crowdin_branch_name: ${{ env.BRANCH_NAME }}
config: '.github/crowdin/crowdin-push.yml'
base_path: ${{ github.workspace }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down

0 comments on commit 31fad63

Please sign in to comment.