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

@ -13,6 +13,6 @@ namespace osu.Game.Database
{
}
protected override string FileExtension => ".osz";
protected override string FileExtension => @".osz";
}
}