Add logging for list encodings command and enhance UI formatting

This commit is contained in:
2025-08-17 02:23:50 +01:00
parent 5c9a0a55c0
commit 94800d9b63
3 changed files with 22 additions and 3 deletions

View File

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

View File

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