mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
User dialog world sorting
This commit is contained in:
@@ -600,8 +600,18 @@
|
||||
"worlds": {
|
||||
"header": "Worlds",
|
||||
"total_count": "Total {count}",
|
||||
"sort_by_name": "Sort by name",
|
||||
"sort_by_update": "Sort by update"
|
||||
"sort_by": "Sort by:",
|
||||
"order_by": "Order by:",
|
||||
"sorting": {
|
||||
"updated": "Updated",
|
||||
"created": "Created",
|
||||
"favorites": "Favorites",
|
||||
"popularity": "Popularity"
|
||||
},
|
||||
"order": {
|
||||
"descending": "Descending",
|
||||
"ascending": "Ascending"
|
||||
}
|
||||
},
|
||||
"favorite_worlds": {
|
||||
"header": "Favorite Worlds"
|
||||
|
||||
Reference in New Issue
Block a user