fix: update Crowdin project URL in documentation and settings

- Corrected the Crowdin project URL in README.md, Settings.cs, and contributing.md to the official link.
This commit is contained in:
BruceChen 2026-04-06 19:56:27 +08:00
parent 0f32771075
commit 5c323772b3
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ namespace MinecraftClient
public const string TranslationsFile_Website_Index = "https://piston-meta.mojang.com/v1/packages/c492375ded5da34b646b8c5c0842a0028bc69cec/2.json"; public const string TranslationsFile_Website_Index = "https://piston-meta.mojang.com/v1/packages/c492375ded5da34b646b8c5c0842a0028bc69cec/2.json";
public const string TranslationsFile_Website_Download = "https://resources.download.minecraft.net"; public const string TranslationsFile_Website_Download = "https://resources.download.minecraft.net";
public const string TranslationProjectUrl = "https://crwd.in/minecraft-console-client"; public const string TranslationProjectUrl = "https://crowdin.com/project/minecraft-console-client";
public const int ClientTicksPerSecond = 20; public const int ClientTicksPerSecond = 20;
public const int ClientTickIntervalMilliseconds = 1000 / ClientTicksPerSecond; public const int ClientTickIntervalMilliseconds = 1000 / ClientTicksPerSecond;

View file

@ -75,7 +75,7 @@ If you'd like to contribute to Minecraft Console Client, great, just fork the re
## Translating Minecraft Console Client 🌍 ## Translating Minecraft Console Client 🌍
To improve translations for MCC, please visit: [Crowdin - Minecraft Console Client](https://crwd.in/minecraft-console-client). To improve translations for MCC, please visit: [Crowdin - Minecraft Console Client](https://crowdin.com/project/minecraft-console-client).
## Building from the source 🏗️ ## Building from the source 🏗️

View file

@ -18,7 +18,7 @@ For now, the project has three main contribution paths:
## Translations ## Translations
To improve translations for MCC, please visit: [Crowdin - Minecraft Console Client](https://crwd.in/minecraft-console-client). To improve translations for MCC, please visit: [Crowdin - Minecraft Console Client](https://crowdin.com/project/minecraft-console-client).
**It is recommended to translate `MCC in-app text` first.** **It is recommended to translate `MCC in-app text` first.**