mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-14 15:40:39 +00:00
Respect CurrentCulture also in CG
This commit is contained in:
@@ -168,6 +168,15 @@ namespace ConfigGenerator.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your provided CurrentCulture is invalid, ConfigGenerator will keep running with default one!.
|
||||
/// </summary>
|
||||
internal static string ErrorInvalidCurrentCulture {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorInvalidCurrentCulture", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This name is already used!.
|
||||
/// </summary>
|
||||
|
||||
@@ -154,6 +154,9 @@
|
||||
<value>Configured {0} property is invalid: {1}</value>
|
||||
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
|
||||
</data>
|
||||
<data name="ErrorInvalidCurrentCulture" xml:space="preserve">
|
||||
<value>Your provided CurrentCulture is invalid, ConfigGenerator will keep running with default one!</value>
|
||||
</data>
|
||||
<data name="ErrorNameAlreadyUsed" xml:space="preserve">
|
||||
<value>This name is already used!</value>
|
||||
<comment>This happens e.g. when user wants to create a bot with name that exists already</comment>
|
||||
|
||||
Reference in New Issue
Block a user