From bb3676b61fd7528497018d684e573192cf59253c Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Fri, 27 Sep 2024 17:07:30 -0700 Subject: [PATCH] crowdin: fix path to include --- crowdin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yaml b/crowdin.yaml index 96ed4f3e4b..508194f6f9 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -2,6 +2,6 @@ files: - source: /docs/*.md translation: /docs/%locale_with_underscore%/%original_file_name% - source: /docs/_include/*.md - translation: /docs/%locale_with_underscore%/include/%original_file_name% + translation: /docs/%locale_with_underscore%/_include/%original_file_name% - source: /docs/.vitepress/i18n/strings/en_US.json translation: /docs/.vitepress/i18n/strings/%locale_with_underscore%.json