Skip to content

Commit

Permalink
Should change the prefix for able to get the localization string.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jun 8, 2022
1 parent 9a0f48d commit a13090a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/Localisation/ChangelogStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace osu.Game.Rulesets.Karaoke.Localisation
{
public static class ChangelogStrings
{
private const string prefix = @"osu.Game.Rulesets.Karaoke.Localisation.ChangelogSection";
private const string prefix = @"osu.Game.Rulesets.Karaoke.Resources.Localisation.ChangelogSection";

/// <summary>
/// "View current changelog"
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/Localisation/CommonStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace osu.Game.Rulesets.Karaoke.Localisation
{
public static class CommonStrings
{
private const string prefix = @"osu.Game.Rulesets.Karaoke.Localisation.Common";
private const string prefix = @"osu.Game.Rulesets.Karaoke.Resources.Localisation.Common";

/// <summary>
/// "karaoke!"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace osu.Game.Rulesets.Karaoke.Localisation
{
public static class KaraokeSettingsSubsectionStrings
{
private const string prefix = @"osu.Game.Rulesets.Karaoke.Localisation.KaraokeSettingsSubsection";
private const string prefix = @"osu.Game.Rulesets.Karaoke.Resources.Localisation.KaraokeSettingsSubsection";

/// <summary>
/// "Scroll speed"
Expand Down

0 comments on commit a13090a

Please sign in to comment.