mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
13 lines
655 B
YAML
13 lines
655 B
YAML
files:
|
|
- source: /MinecraftClient/Resources/Translations/Translations.resx
|
|
translation: /MinecraftClient/Resources/Translations/Translations.%osx_code%.resx
|
|
- source: /MinecraftClient/Resources/AsciiArt/AsciiArt.resx
|
|
translation: /MinecraftClient/Resources/AsciiArt/AsciiArt.%osx_code%.resx
|
|
- source: /README.md
|
|
translation: /README/README-%language%.md
|
|
- source: /docs/.vuepress/translations/en.json
|
|
translation: /docs/.vuepress/translations/%osx_code%.json
|
|
- source: /docs/README.md
|
|
translation: /docs/l10n/%osx_code%/README.md
|
|
- source: /docs/guide/*.md
|
|
translation: /docs/l10n/%osx_code%/guide/%original_file_name%
|