Skip to content

Commit

Permalink
chore(crowdin): fixes to crowdin.yml (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering authored Apr 9, 2024
1 parent e269bcf commit 1f157fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ preserve_hierarchy: true

files:
- source: /docs/**/*
translation: /i18n/%locale%/docusaurus-plugin-content-docs/current/**/%original_file_name%
translation: /i18n/%locale%/docusaurus-plugin-content-docs/version-latest/**/%original_file_name%
ignore:
- /**/*.json

- source: /blog/**/*
translation: /i18n/%locale%/docusaurus-plugin-content-blog/**/%original_file_name%

- source: /i18n/en/**/*.json
translation: /i18n/%locale%/**/%original_file_name%

0 comments on commit 1f157fe

Please sign in to comment.