mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 05:25:58 +00:00
prepr
This commit is contained in:
@@ -3,6 +3,7 @@ import type { Ref } from 'vue'
|
|||||||
import type { NodeState, StageNode } from '../types/node'
|
import type { NodeState, StageNode } from '../types/node'
|
||||||
import useCategoriesStage from './stages/categories'
|
import useCategoriesStage from './stages/categories'
|
||||||
import useDescriptionStage from './stages/description'
|
import useDescriptionStage from './stages/description'
|
||||||
|
import useDisclosuresStage from './stages/disclosures'
|
||||||
import useGalleryStage from './stages/gallery'
|
import useGalleryStage from './stages/gallery'
|
||||||
import useLicenseStage from './stages/license'
|
import useLicenseStage from './stages/license'
|
||||||
import useLinksStage from './stages/links'
|
import useLinksStage from './stages/links'
|
||||||
@@ -11,7 +12,6 @@ import usePermissionsStage from './stages/permissions'
|
|||||||
import usePostApprovalStage from './stages/post-approval'
|
import usePostApprovalStage from './stages/post-approval'
|
||||||
import useReReviewStage from './stages/re-review'
|
import useReReviewStage from './stages/re-review'
|
||||||
import useReuploadsStage from './stages/reupload'
|
import useReuploadsStage from './stages/reupload'
|
||||||
import useDisclosuresStage from './stages/disclosures'
|
|
||||||
import useRulesStage from './stages/rules'
|
import useRulesStage from './stages/rules'
|
||||||
import useStatusAlertsStage from './stages/status-alerts'
|
import useStatusAlertsStage from './stages/status-alerts'
|
||||||
import useSummaryStage from './stages/summary'
|
import useSummaryStage from './stages/summary'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { TriangleAlertIcon } from '@modrinth/assets'
|
import { TriangleAlertIcon } from '@modrinth/assets'
|
||||||
|
|
||||||
import { group, option, stage, toggle } from '../../types/node'
|
import { group, stage, toggle } from '../../types/node'
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
return stage('disclosures', 'Disclosures')
|
return stage('disclosures', 'Disclosures')
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ export default function () {
|
|||||||
return md('checklist/messages/metadata/environment/inaccurate', () => ({
|
return md('checklist/messages/metadata/environment/inaccurate', () => ({
|
||||||
CORRECT: correct,
|
CORRECT: correct,
|
||||||
}))(state)
|
}))(state)
|
||||||
|
|
||||||
})
|
})
|
||||||
.fix(
|
.fix(
|
||||||
fix().project((patch, state) => {
|
fix().project((patch, state) => {
|
||||||
|
|||||||
@@ -47,6 +47,12 @@
|
|||||||
"nags.all-tags-selected.title": {
|
"nags.all-tags-selected.title": {
|
||||||
"defaultMessage": "Select accurate tags"
|
"defaultMessage": "Select accurate tags"
|
||||||
},
|
},
|
||||||
|
"nags.check-disclosures.description": {
|
||||||
|
"defaultMessage": "Make sure users are aware of any important details by filling in content disclosures that apply to your {type}."
|
||||||
|
},
|
||||||
|
"nags.check-disclosures.title": {
|
||||||
|
"defaultMessage": "Check content disclosures"
|
||||||
|
},
|
||||||
"nags.description-too-short.description": {
|
"nags.description-too-short.description": {
|
||||||
"defaultMessage": "Your description is {length, plural, one {# readable character} other {# readable characters}}. At least {minChars, plural, one {# character} other {# characters}} is recommended to create a clear and informative description."
|
"defaultMessage": "Your description is {length, plural, one {# readable character} other {# readable characters}}. At least {minChars, plural, one {# character} other {# characters}} is recommended to create a clear and informative description."
|
||||||
},
|
},
|
||||||
@@ -194,6 +200,9 @@
|
|||||||
"nags.settings.description.title": {
|
"nags.settings.description.title": {
|
||||||
"defaultMessage": "Visit description settings"
|
"defaultMessage": "Visit description settings"
|
||||||
},
|
},
|
||||||
|
"nags.settings.disclosures.title": {
|
||||||
|
"defaultMessage": "Visit disclosure settings"
|
||||||
|
},
|
||||||
"nags.settings.license.title": {
|
"nags.settings.license.title": {
|
||||||
"defaultMessage": "Visit license settings"
|
"defaultMessage": "Visit license settings"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user