mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
feat: show warning for broken mrpack in moderation (#7136)
* feat: show warning if modpack has a version during time when modpack export broke * fix type * fix: dont lazy load versions v3 for staff and convert times to utc * pnpm prepr
This commit is contained in:
@@ -3458,6 +3458,12 @@
|
||||
"project.actions.back-to-project-page": {
|
||||
"message": "Back to project page"
|
||||
},
|
||||
"project.actions.check-modpack-archives": {
|
||||
"message": "Check modpack unzip"
|
||||
},
|
||||
"project.actions.checking-modpack-archives": {
|
||||
"message": "Checking..."
|
||||
},
|
||||
"project.actions.create-server": {
|
||||
"message": "Create a server"
|
||||
},
|
||||
@@ -3743,9 +3749,24 @@
|
||||
"project.moderation.title": {
|
||||
"message": "Moderation"
|
||||
},
|
||||
"project.modpack-archive-warning.description": {
|
||||
"message": "Importing this .mrpack might be broken."
|
||||
},
|
||||
"project.modpack-archive-warning.title": {
|
||||
"message": "This modpack was published during export bug"
|
||||
},
|
||||
"project.navigation.changelog": {
|
||||
"message": "Changelog"
|
||||
},
|
||||
"project.notification.check-modpack-archives.failed": {
|
||||
"message": "Some modpack files could not be unzipped"
|
||||
},
|
||||
"project.notification.check-modpack-archives.no-files": {
|
||||
"message": "No .mrpack files were found for this project."
|
||||
},
|
||||
"project.notification.check-modpack-archives.success": {
|
||||
"message": "{count, plural, one {The modpack file can be unzipped.} other {All # modpack files can be unzipped.}}"
|
||||
},
|
||||
"project.notification.icon-updated.message": {
|
||||
"message": "Your project's icon has been updated."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user