mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Mark exporter extensions as untranslatable
This commit is contained in:
parent
3f63fd7f4d
commit
510484011c
@ -13,6 +13,6 @@ namespace osu.Game.Database
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string FileExtension => ".osz";
|
protected override string FileExtension => @".osz";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ namespace osu.Game.Database
|
|||||||
return filename;
|
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)
|
public override void ExportToStream(ScoreInfo model, Stream outputStream, ProgressNotification? notification, CancellationToken cancellationToken = default)
|
||||||
{
|
{
|
||||||
|
@ -13,6 +13,6 @@ namespace osu.Game.Database
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string FileExtension => ".osk";
|
protected override string FileExtension => @".osk";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user