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);
}
}
}
}

View File

@@ -3105,4 +3105,7 @@ Do you want to continue?</value>
<data name="List_encodings_command" xml:space="preserve">
<value>List encodings</value>
</data>
<data name="List_namespaces_command" xml:space="preserve">
<value>List namespaces</value>
</data>
</root>