mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
0f32771075
commit
6c8aa0b214
3 changed files with 3 additions and 3 deletions
|
|
@ -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_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 ClientTickIntervalMilliseconds = 1000 / ClientTicksPerSecond;
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ If you'd like to contribute to Minecraft Console Client, great, just fork the re
|
|||
|
||||
## 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 🏗️
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ For now, the project has three main contribution paths:
|
|||
|
||||
## 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.**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue