diff options
Diffstat (limited to 'crowdin.yml')
| -rw-r--r-- | crowdin.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crowdin.yml b/crowdin.yml index 160b9184d3..2d2cd5a49d 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,6 +2,6 @@ files: - source: /locales/ja-JP.yml translation: /locales/%locale%.yml update_option: update_as_unapproved - - source: /src/docs/ja-JP/*.md - translation: /src/docs/%locale%/%original_file_name% + - source: /src/docs/ja-JP/**/*.md + translation: /src/docs/%locale%/**/%original_file_name% update_option: update_as_unapproved |