Skip to content

Commit

Permalink
Merge pull request #2 from swcarpentry-ja/fix-crowdin-yml
Browse files Browse the repository at this point in the history
Change update option to update_as_unapproved
  • Loading branch information
tobyhodges authored Oct 3, 2024
2 parents 974acf3 + 9a9a4e1 commit 032167b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,37 @@ files:
dest: /episodes/%file_name%.md
type: md
translation: /locale/%two_letters_code%/episodes/%original_file_name%
update_option: update_as_unapproved
- source: /episodes/*.md
translation: /locale/%two_letters_code%/episodes/%original_file_name%
update_option: update_as_unapproved
- source: /instructors/*.md
translation: /locale/%two_letters_code%/instructors/%original_file_name%
update_option: update_as_unapproved
- source: /learners/*.md
translation: /locale/%two_letters_code%/learners/%original_file_name%
update_option: update_as_unapproved
- source: /profiles/*.md
translation: /locale/%two_letters_code%/profiles/%original_file_name%
update_option: update_as_unapproved
- source: /CODE_OF_CONDUCT.md
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /config.yaml
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /CONTRIBUTING.md
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /LICENSE.md
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /README.md
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /index.md
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /links.md
translation: /locale/%two_letters_code%/%original_file_name%
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved

0 comments on commit 032167b

Please sign in to comment.