mirror of
https://github.com/ppy/osu
synced 2025-01-20 13:00:54 +00:00
Always use fallback strings for English
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
72c5c9848f
commit
d5b8a45541
@ -68,7 +68,7 @@ namespace osu.Game.Localisation
|
||||
|
||||
// When running a debug build and in viewing english culture, use the fallbacks rather than osu-resources baked strings.
|
||||
// This is what a developer expects to see when making changes to `xxxStrings.cs` files.
|
||||
if (DebugUtils.IsDebugBuild && EffectiveCulture.Name == @"en")
|
||||
if (EffectiveCulture.Name == @"en")
|
||||
return null;
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user