Save application and system information in the log file under all commands not just dump.

This commit is contained in:
2025-08-19 15:51:40 +01:00
parent 37e09dddf7
commit 86d794213a
8 changed files with 61 additions and 46 deletions

View File

@@ -6868,5 +6868,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Blu_ray_type_BDR_setting_disc_type_BDR", resourceCulture);
}
}
public static string Running_in_0_architecture {
get {
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
}
}
}
}

View File

@@ -3505,4 +3505,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
<data name="Blu_ray_type_BDR_setting_disc_type_BDR" xml:space="preserve">
<value>Blu-ray type set to "BDR", setting disc type to BD-R.</value>
</data>
<data name="Running_in_0_architecture" xml:space="preserve">
<value>Running in {0} architecture</value>
</data>
</root>

View File

@@ -6105,5 +6105,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Unable_to_get_separate_tracks_not_checksumming_them", resourceCulture);
}
}
public static string Running_in_0_architecture {
get {
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
}
}
}
}

View File

@@ -3129,4 +3129,7 @@ Do you want to continue?</value>
<data name="Unable_to_get_separate_tracks_not_checksumming_them" xml:space="preserve">
<value>[yellow]Unable to get separate tracks, not checksumming them[/]</value>
</data>
<data name="Running_in_0_architecture" xml:space="preserve">
<value>Running in {0} architecture</value>
</data>
</root>