Refactor a few bot config properties, add auto-migration

This commit is contained in:
JustArchi
2021-05-08 22:00:25 +02:00
parent bf6f4b8362
commit bf89c005d7
8 changed files with 120 additions and 79 deletions

View File

@@ -87,6 +87,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to {0} config file will be migrated to the latest syntax....
/// </summary>
public static string AutomaticFileMigration {
get {
return ResourceManager.GetString("AutomaticFileMigration", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ASF will automatically check for new versions every {0}..
/// </summary>