mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
User dialog group sorting, fixes
This commit is contained in:
@@ -640,9 +640,15 @@
|
||||
"groups": {
|
||||
"header": "Groups",
|
||||
"total_count": "Total {count}",
|
||||
"sort_by": "Sort by:",
|
||||
"own_groups": "Own Groups",
|
||||
"mutual_groups": "Mutual Groups",
|
||||
"groups": "Groups"
|
||||
"groups": "Groups",
|
||||
"sorting": {
|
||||
"alphabetical": "Alphabetical",
|
||||
"members": "Members",
|
||||
"in_game": "In-Game Order"
|
||||
}
|
||||
},
|
||||
"worlds": {
|
||||
"header": "Worlds",
|
||||
|
||||
Reference in New Issue
Block a user