1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:07:24 +08:00
osu-lazer/osu.Game/Overlays/Rankings
Salman Ahmed be2d616e34 Fix localisation use cases not falling back to default(LocalisableString)
Previously such use cases have been returning `null` values just fine since `GetLocalisableString` was returning `LocalisableFormattableString`, and these null values were wrapped in `LocalisableString`s implicitly, therefore not requiring an explicit fallback string and `null` doesn't break anything.
2022-04-28 11:21:00 +03:00
..
Tables Fix localisation use cases not falling back to default(LocalisableString) 2022-04-28 11:21:00 +03:00
CountryFilter.cs Revert margin changes 2020-03-05 23:17:36 +01:00
CountryPill.cs Adjust CountryFilter spacing to match web 2020-02-29 15:14:25 +01:00
RankingsOverlayHeader.cs Update new usages of LocalisableEnum 2021-08-03 18:31:59 +09:00
RankingsScope.cs Update new usages of LocalisableEnum 2021-08-03 18:31:59 +09:00
RankingsSortTabControl.cs Update new usages of LocalisableEnum 2021-08-03 18:31:59 +09:00
SpotlightSelector.cs Fix localisation use cases not falling back to default(LocalisableString) 2022-04-28 11:21:00 +03:00
SpotlightsLayout.cs Add padding to bottom of spotlights ranking view to avoid hovered panels exceeding visible bounds 2022-01-03 18:43:20 +01:00