Skip to content

Commit

Permalink
ci: Update Crowdin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Nov 23, 2023
1 parent a15b40d commit 15088ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- run: yarn docusaurus write-translations
- name: Sync translations
uses: crowdin/github-action@1.4.12
uses: crowdin/github-action@v1
with:
upload_translations: true
upload_sources: true
download_translations: true
push_translations: false
create_pull_request: false
Expand Down
2 changes: 2 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ preserve_hierarchy: true
# https://support.crowdin.com/configuration-file/
#
files:
# JSON translation files
- source: /website/i18n/en/**/*
translation: /website/i18n/%two_letters_code%/**/%original_file_name%
ignore: [/website/i18n/en/docusaurus-plugin-content-blog]

# Docs Markdown files
- source: /website/docs/**/*
translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%

0 comments on commit 15088ba

Please sign in to comment.