Skip to content

Commit

Permalink
adjust destination file name extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhodges authored Oct 3, 2024
1 parent 5ba2357 commit f823e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ preserve_hierarchy: true

files:
- source: /episodes/*.Rmd
dest: /episodes/%file_name%.md
dest: /episodes/%file_name%.Rmd
type: md
translation: /locale/%two_letters_code%/episodes/%original_file_name%
update_option: update_as_unapproved
Expand Down Expand Up @@ -38,4 +38,4 @@ files:
update_option: update_as_unapproved
- source: /links.md
translation: /locale/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
update_option: update_as_unapproved

0 comments on commit f823e5a

Please sign in to comment.