Skip to content

Commit

Permalink
Merge pull request #6377 from bdach/localisation-manager-localised-no…
Browse files Browse the repository at this point in the history
…n-bindable-public

Expose `LocalisationManager.GetLocalisedString()` as public
  • Loading branch information
peppy authored Sep 19, 2024
2 parents dbfb85c + c8518e6 commit 23e6932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Localisation/LocalisationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void AddLanguage(string language, ILocalisationStore storage)
/// To facilitate tracking changes to the localised value across <see cref="CurrentParameters"/> changes, use <see cref="GetLocalisedBindableString"/>
/// and subscribe to its <see cref="Bindable{T}.ValueChanged"/> instead.
/// </remarks>
internal string GetLocalisedString(LocalisableString text)
public string GetLocalisedString(LocalisableString text)
{
switch (text.Data)
{
Expand Down

0 comments on commit 23e6932

Please sign in to comment.