mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Update translation file
This commit is contained in:
parent
e44192ab7b
commit
e5c713192e
11 changed files with 1887 additions and 97 deletions
|
|
@ -172,6 +172,12 @@ namespace MinecraftClient
|
|||
return;
|
||||
}
|
||||
|
||||
if (args.Contains("--trim-translation"))
|
||||
{
|
||||
Translations.TrimAllTranslations();
|
||||
return;
|
||||
}
|
||||
|
||||
if (args.Contains("--generate"))
|
||||
{
|
||||
string dataGenerator = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue