mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 18:32:55 +08:00
Adjust comment slightly
This commit is contained in:
parent
d5b8a45541
commit
28f31ef379
@ -66,8 +66,8 @@ namespace osu.Game.Localisation
|
||||
if (manager == null)
|
||||
return null;
|
||||
|
||||
// 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.
|
||||
// When using the English culture, prefer the fallbacks rather than osu-resources baked strings.
|
||||
// They are guaranteed to be up-to-date, and is also what a developer expects to see when making changes to `xxxStrings.cs` files.
|
||||
if (EffectiveCulture.Name == @"en")
|
||||
return null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user