From 3803a16d35259631967df88c5433c5b8f4e7c6cc Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 7 Feb 2023 14:02:42 -0800 Subject: [PATCH] Add include folder to Crodwin configuration --- crowdin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdin.yaml b/crowdin.yaml index fed3d5cf49..9fd0b56e2c 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -1,5 +1,7 @@ files: - source: /_pages/en_US/*.txt translation: /_pages/%locale_with_underscore%/%original_file_name% + - source: /_pages/en_US/include/*.txt + translation: /_pages/%locale_with_underscore%/include/%original_file_name% - source: /_data/navigation/en_US.yml translation: /_data/navigation/%locale_with_underscore%.yml