mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Localise Recent section.
This commit is contained in:
@ -10,13 +10,14 @@ using osu.Game.Online.API;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
|
using osu.Game.Resources.Localisation.Web;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.Profile.Sections.Recent
|
namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||||
{
|
{
|
||||||
public class PaginatedRecentActivityContainer : PaginatedProfileSubsection<APIRecentActivity>
|
public class PaginatedRecentActivityContainer : PaginatedProfileSubsection<APIRecentActivity>
|
||||||
{
|
{
|
||||||
public PaginatedRecentActivityContainer(Bindable<User> user)
|
public PaginatedRecentActivityContainer(Bindable<User> user)
|
||||||
: base(user, missingText: "This user hasn't done anything notable recently!")
|
: base(user, string.Empty, EventsStrings.Empty)
|
||||||
{
|
{
|
||||||
ItemsPerPage = 10;
|
ItemsPerPage = 10;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user