add Yggdrasil authlib multi-user selection.

This commit is contained in:
a08381 2024-08-11 01:43:46 +08:00
parent ca966a464c
commit efe23eb1f9
4 changed files with 32 additions and 2 deletions

View file

@ -1748,6 +1748,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Yggdrasil authlib multi-user selection..
/// </summary>
internal static string Main_General_AuthlibUser {
get {
return ResourceManager.GetString("Main.General.AuthlibUser", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The address of the game server, &quot;Host&quot; can be filled in with domain name or IP address. (The &quot;Port&quot; field can be deleted, it will be resolved automatically).
/// </summary>

View file

@ -855,4 +855,7 @@ If the connection to the Minecraft game server is blocked by the firewall, set E
<data name="Main.Advanced.enable_sentry" xml:space="preserve">
<value>Set to false to opt-out of Sentry error logging.</value>
</data>
<data name="Main.General.AuthlibUser" xml:space="preserve">
<value>Yggdrasil authlib multi-user selection.</value>
</data>
</root>