mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
5363ef7bc1
commit
b69708c637
1 changed files with 4 additions and 0 deletions
|
|
@ -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%"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue