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.
This commit is contained in:
BruceChen 2026-04-08 22:28:30 +08:00
parent 5363ef7bc1
commit b69708c637

View file

@ -32,5 +32,9 @@
{ {
"source": "/docs/guide/*.md", "source": "/docs/guide/*.md",
"translation": "/docs/l10n/%osx_code%/guide/%original_file_name%" "translation": "/docs/l10n/%osx_code%/guide/%original_file_name%"
},
{
"source": "/docs/guide/websocket/*.md",
"translation": "/docs/l10n/%osx_code%/guide/websocket/%original_file_name%"
} }
] ]