1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 00:07:24 +08:00
osu-lazer/osu.Game/Overlays/Profile/Header
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
..
Components Fix localisation use cases not falling back to default(LocalisableString) 2022-04-28 11:21:00 +03:00
BottomHeaderContainer.cs Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
CentreHeaderContainer.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
DetailHeaderContainer.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
MedalHeaderContainer.cs Dispose cancellation token source on disposal 2022-03-04 10:01:07 +03:00
TopHeaderContainer.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00