the browser-facing portion of osu!
at master 44 lines 857 B view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 '_' => '', 8 9 'all' => '', 10 'friends' => '', 11 'last_visit' => '', 12 'new' => '', 13 'old' => '', 14 'rank' => '', 15 'top' => '', 16 'username' => '', 17 18 'artist_tracks' => [ 19 'album' => '', 20 'artist' => '', 21 'bpm' => '', 22 'genre' => '', 23 'length' => '', 24 'relevance' => '', 25 'title' => '', 26 'update' => '', 27 ], 28 29 'forum_posts' => [ 30 'created' => '', 31 'relevance' => '', 32 ], 33 34 'forum_topics' => [ 35 'created' => '', 36 'feature_votes' => '', 37 'new' => '', 38 ], 39 40 'users' => [ 41 'relevance' => '', 42 'username' => '', 43 ], 44];