pnpm prepr

This commit is contained in:
tdgao
2026-07-03 12:21:52 -07:00
parent 487bf614a0
commit abbec05699
2 changed files with 13 additions and 1 deletions
@@ -39,8 +39,8 @@ import {
ButtonStyled,
type CdnDownloadReason,
defineMessages,
injectNotificationManager,
injectModrinthClient,
injectNotificationManager,
useVIntl,
} from '@modrinth/ui'
import type { DisplayProjectType } from '@modrinth/utils'
@@ -3242,6 +3242,18 @@
"project.download.base-loader-incompatible-tooltip": {
"message": "This loader is incompatible with the base project."
},
"project.download.dependencies-download-all": {
"message": "Download all"
},
"project.download.dependencies-downloading": {
"message": "Downloading..."
},
"project.download.dependencies-failed-text": {
"message": "One or more dependency files could not be downloaded. Please try again."
},
"project.download.dependencies-failed-title": {
"message": "Could not download dependencies"
},
"project.download.dependencies-title": {
"message": "Dependencies"
},