From b69708c637a2fac49152daf7322c00b5e658dcef Mon Sep 17 00:00:00 2001 From: BruceChen Date: Wed, 8 Apr 2026 22:28:30 +0800 Subject: [PATCH] chore: add websocket guide translations to Crowdin configuration - Included new translation paths for markdown files located in the /docs/guide/websocket directory, enhancing the localization support for websocket-related documentation. --- crowdin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 89813ca1..9d6bbe3a 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -32,5 +32,9 @@ { "source": "/docs/guide/*.md", "translation": "/docs/l10n/%osx_code%/guide/%original_file_name%" + }, + { + "source": "/docs/guide/websocket/*.md", + "translation": "/docs/l10n/%osx_code%/guide/websocket/%original_file_name%" } ]