Replace osu-web strings with new strings and merge to single file

This commit is contained in:
its5Q
2022-08-16 01:14:16 +10:00
parent 2499b7f0cd
commit 797a8da996
13 changed files with 216 additions and 282 deletions

View File

@ -8,13 +8,12 @@ using osu.Framework.Graphics;
using osu.Framework.Localisation;
using osu.Game.Graphics.UserInterfaceV2;
using osu.Game.Localisation;
using osu.Game.Resources.Localisation.Web;
namespace osu.Game.Screens.Edit.Setup
{
internal class ColoursSection : SetupSection
{
public override LocalisableString Title => EditorSetupColoursStrings.Colours;
public override LocalisableString Title => EditorSetupStrings.ColoursHeader;
private LabelledColourPalette comboColours;
@ -25,10 +24,9 @@ namespace osu.Game.Screens.Edit.Setup
{
comboColours = new LabelledColourPalette
{
Label = EditorSetupColoursStrings.HitcircleSliderCombos,
Label = EditorSetupStrings.HitcircleSliderCombos,
FixedLabelWidth = LABEL_WIDTH,
ColourNamePrefix = MatchesStrings.MatchScoreStatsCombo
}
ColourNamePrefix = EditorSetupStrings.ComboColourPrefix }
};
if (Beatmap.BeatmapSkin != null)