mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
pnpm prepr
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user