Skip to content

Commit

Permalink
Merge pull request #153 from czi-catalystproject/crowdin-upload-media
Browse files Browse the repository at this point in the history
Update to include media
  • Loading branch information
jnywong authored Jul 2, 2024
2 parents 3d6a596 + 3e6b6d4 commit ed949e8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ preserve_hierarchy: true
# Files configuration
#
files:
- source: /locale/**/LC_MESSAGES/index.po
dest: /hub-champion-training/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/%original_file_name%
- source: /locale/**/LC_MESSAGES/**/*.po
dest: /hub-champion-training/**/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/**/%original_file_name%
- source: /media/episodes/introduction/interactive-computing.png
dest: /hub-champion-training/**/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/**/%original_file_name%
- source: /media/episodes/introduction/hub-overview.png
dest: /hub-champion-training/**/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/**/%original_file_name%

0 comments on commit ed949e8

Please sign in to comment.