Skip to content

Test run summary should be localized #50959

@Youssef1313

Description

@Youssef1313

string errorText = $"{SingleIndentation}error: {error}";
string totalText = $"{SingleIndentation}total: {total}";
string retriedText = $" (+{retried} retried)";
string failedText = $"{SingleIndentation}failed: {failed}";
string passedText = $"{SingleIndentation}succeeded: {passed}";
string skippedText = $"{SingleIndentation}skipped: {skipped}";
string durationText = $"{SingleIndentation}duration: ";

All those English user-facing strings should be localized.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions