1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 00:53:19 +08:00

Adjust comment slightly

This commit is contained in:
Dan Balasescu 2023-03-31 16:23:37 +09:00 committed by GitHub
parent d5b8a45541
commit 28f31ef379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ namespace osu.Game.Localisation
if (manager == null) if (manager == null)
return null; return null;
// When running a debug build and in viewing english culture, use the fallbacks rather than osu-resources baked strings. // When using the English culture, prefer the fallbacks rather than osu-resources baked strings.
// This is what a developer expects to see when making changes to `xxxStrings.cs` files. // 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") if (EffectiveCulture.Name == @"en")
return null; return null;