Add logging and UI enhancements for list namespaces command

This commit is contained in:
2025-08-17 02:32:36 +01:00
parent 94800d9b63
commit d3efb4d043
3 changed files with 27 additions and 4 deletions

View File

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