From 576303cd725920c11c83fea2ca88603c6f21801b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Aug 2021 18:57:07 +0900 Subject: [PATCH] Update crowdin.yml --- crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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