Skip to content

Add already existing localisation support from CommonStrings#37401

Merged
peppy merged 5 commits intoppy:masterfrom
diquoks:localisation/common-strings
May 6, 2026
Merged

Add already existing localisation support from CommonStrings#37401
peppy merged 5 commits intoppy:masterfrom
diquoks:localisation/common-strings

Conversation

@diquoks
Copy link
Copy Markdown
Contributor

@diquoks diquoks commented Apr 19, 2026

decided to do this mostly because of the non-localised BackButton that was bothering my eyes

changes can be reviewed commit by commit

case DownloadState.Importing:
Background.FadeColour(colours.Yellow, 500, Easing.InOutExpo);
TooltipText = "Importing";
TooltipText = CommonStrings.Importing;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string here now has an ellipsis, unlike the original version, but i think it will be even better this way

@diquoks diquoks force-pushed the localisation/common-strings branch from 0e3f382 to d81d9c5 Compare May 3, 2026 22:09
@peppy peppy merged commit b8729cb into ppy:master May 6, 2026
8 of 10 checks passed
@diquoks diquoks deleted the localisation/common-strings branch May 6, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants