1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 00:07:24 +08:00
osu-lazer/osu.Game/Overlays/Rankings/Tables
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
..
CountriesTable.cs Update localisable formattable extensions usages inline with framework change 2021-08-29 15:00:28 +03:00
PerformanceTable.cs Fix localisation use cases not falling back to default(LocalisableString) 2022-04-28 11:21:00 +03:00
RankingsTable.cs Fade out inactive player rows on user ranking table 2022-01-09 14:42:26 +01:00
ScoresTable.cs Update localisable formattable extensions usages inline with framework change 2021-08-29 15:00:28 +03:00
TableRowBackground.cs Use public property instead of ctor parameter 2020-03-04 18:19:28 +01:00
UserBasedTable.cs Add references to web implementation wrt property used 2022-01-09 14:46:15 +01:00