diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 18:57:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 18:57:07 +0900 |
| commit | 576303cd725920c11c83fea2ca88603c6f21801b (patch) | |
| tree | 13dd65b0afeda086da1eec0ac28b89428bb40bac /crowdin.yml | |
| parent | New Crowdin updates (#7614) (diff) | |
| download | sharkey-576303cd725920c11c83fea2ca88603c6f21801b.tar.gz sharkey-576303cd725920c11c83fea2ca88603c6f21801b.tar.bz2 sharkey-576303cd725920c11c83fea2ca88603c6f21801b.zip | |
Update crowdin.yml
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 |