Mark exporter extensions as untranslatable

This commit is contained in:
Bartłomiej Dach
2023-05-06 19:42:28 +02:00
parent 3f63fd7f4d
commit 510484011c
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Database
return filename;
}
protected override string FileExtension => ".osr";
protected override string FileExtension => @".osr";
public override void ExportToStream(ScoreInfo model, Stream outputStream, ProgressNotification? notification, CancellationToken cancellationToken = default)
{