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