mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Use a culture name that doesn't cause everything to fall over
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Localisation
|
||||
|
||||
public IEnumerable<string> GetAvailableResources() => throw new NotImplementedException();
|
||||
|
||||
public CultureInfo EffectiveCulture { get; } = new CultureInfo(@"debug");
|
||||
public CultureInfo EffectiveCulture { get; } = CultureInfo.CurrentCulture;
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
|
Reference in New Issue
Block a user