mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update the translation part of the document.
This commit is contained in:
parent
7f2ede8ad2
commit
510b67906b
4 changed files with 12 additions and 9 deletions
|
|
@ -49,6 +49,7 @@ namespace MinecraftClient
|
|||
public const string MCLowestVersion = "1.4.6";
|
||||
public const string MCHighestVersion = "1.19.2";
|
||||
public static readonly string? BuildInfo = null;
|
||||
private const string TranslationUrl = "https://mccteam.github.io/guide/contibuting.html#translations";
|
||||
|
||||
private static Tuple<Thread, CancellationTokenSource>? offlinePrompt = null;
|
||||
private static bool useMcVersionOnce = false;
|
||||
|
|
@ -149,7 +150,7 @@ namespace MinecraftClient
|
|||
//Load external translation file. Should be called AFTER settings loaded
|
||||
Translations.LoadTranslationFile(Translations.GetTranslationPriority(Config.Main.Advanced.Language));
|
||||
if (!Config.Main.Advanced.Language.StartsWith("en"))
|
||||
ConsoleIO.WriteLine(Translations.TryGet("mcc.help_us_translate"));
|
||||
ConsoleIO.WriteLine(Translations.TryGet("mcc.help_us_translate", TranslationUrl));
|
||||
Settings.WriteToFile("MinecraftClient.ini", true); // format
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue