Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Remove relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong committed Sep 15, 2024
1 parent 2db400c commit 3a9f2f9
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 @@ -15,8 +15,8 @@ preserve_hierarchy: true
# Files configuration
#
files:
- source: ./*.md
dest: ./%original_file_name%
- source: /*.md
dest: /%original_file_name%
translation: /%locale%/%original_file_name%
- source: /book/**/*.md
dest: /book/**/%original_file_name%
Expand Down

0 comments on commit 3a9f2f9

Please sign in to comment.