mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
Add unlimited local avatar favs (#845)
* Add unlimited local avatar favs Implement unlimited local avatar favs with VRC+ requirement. * Reflect avatar fav changes in translations Modify translation files to use the same string used for world favs since it's the same now. * Local avatar fav UI behaviour changes * Add select avatar button to avatar favs * Disable select avatar button if already wearing it
This commit is contained in:
@@ -93,7 +93,9 @@
|
||||
"new_group": "New Group"
|
||||
},
|
||||
"avatars": {
|
||||
"header": "Avatars"
|
||||
"header": "Avatars",
|
||||
"local_favorites": "Local Favorites (VRC+ exclusive)",
|
||||
"new_group": "New Group"
|
||||
},
|
||||
"bulk_unfavorite_mode": "Bulk Unfavorite Mode",
|
||||
"bulk_unfavorite_selection": "Bulk Unfavorite Selection",
|
||||
@@ -108,7 +110,8 @@
|
||||
"delete_tooltip": "Delete",
|
||||
"unavailable_tooltip": "Unavailable",
|
||||
"private": "Private",
|
||||
"sort_by": "Sort By"
|
||||
"sort_by": "Sort By",
|
||||
"select_avatar_tooltip": "Select Avatar"
|
||||
},
|
||||
"friend_log": {
|
||||
"filter_placeholder": "Filter",
|
||||
@@ -774,7 +777,7 @@
|
||||
},
|
||||
"actions": {
|
||||
"delete_cache_tooltip": "Delete avatar from cache",
|
||||
"favorite_tooltip": "Add to favorites",
|
||||
"favorite_tooltip": "Favorites",
|
||||
"unfavorite_tooltip": "Remove from favorites",
|
||||
"refresh": "Refresh",
|
||||
"select": "Select Avatar",
|
||||
@@ -912,7 +915,8 @@
|
||||
"favorite": {
|
||||
"header": "Choose Group",
|
||||
"vrchat_favorites": "VRChat Favorites",
|
||||
"local_favorites": "Local Favorites"
|
||||
"local_favorites": "Local Favorites",
|
||||
"local_avatar_favorites": "Local Favorites (VRC+ exclusive)"
|
||||
},
|
||||
"invite": {
|
||||
"header": "Invite",
|
||||
|
||||
Reference in New Issue
Block a user