fixes: post content tab release issues (#5566)
* fix: migrate old cache entries for CachedFileUpdate * feat: toggle goofy fix + switch version reimpl in app and panel * fix: multimc detection * fix: add tie breaker for sorting * feat: toggle hover state * fix: lint
This commit is contained in:
@@ -515,6 +515,9 @@
|
||||
"header.category.resolutions": {
|
||||
"defaultMessage": "Resolution"
|
||||
},
|
||||
"hosting.content.copy-link": {
|
||||
"defaultMessage": "Copy link"
|
||||
},
|
||||
"hosting.content.failed-to-bulk-delete": {
|
||||
"defaultMessage": "Failed to delete content"
|
||||
},
|
||||
@@ -548,6 +551,9 @@
|
||||
"hosting.content.failed-to-upload": {
|
||||
"defaultMessage": "Failed to upload file"
|
||||
},
|
||||
"hosting.content.switch-version": {
|
||||
"defaultMessage": "Switch version"
|
||||
},
|
||||
"hosting.specs.burst": {
|
||||
"defaultMessage": "Bursts up to {cpus} CPUs"
|
||||
},
|
||||
@@ -818,6 +824,9 @@
|
||||
"instances.updater-modal.header-modpack": {
|
||||
"defaultMessage": "Switch modpack version"
|
||||
},
|
||||
"instances.updater-modal.header-switch": {
|
||||
"defaultMessage": "Switch version"
|
||||
},
|
||||
"instances.updater-modal.hide-incompatible": {
|
||||
"defaultMessage": "Hide incompatible"
|
||||
},
|
||||
@@ -842,6 +851,9 @@
|
||||
"instances.updater-modal.show-incompatible": {
|
||||
"defaultMessage": "Show incompatible"
|
||||
},
|
||||
"instances.updater-modal.switch-to": {
|
||||
"defaultMessage": "Switch to {version}"
|
||||
},
|
||||
"instances.updater-modal.update-to": {
|
||||
"defaultMessage": "Update to {version}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user