diff --git a/crowdin.yml b/crowdin.yml index 160b9184d..2d2cd5a49 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