mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
refactor: centralize project validation and nags into validation rules
This commit is contained in:
@@ -2,8 +2,8 @@ import IntlMessageFormat from 'intl-messageformat'
|
||||
import type { Ref } from 'vue'
|
||||
import type { CompileError, MessageCompiler, MessageContext } from 'vue-i18n'
|
||||
|
||||
import { injectI18n } from '../providers/i18n'
|
||||
import { injectI18nDebug } from './i18n-debug'
|
||||
import { injectI18n } from '../providers/i18n.ts'
|
||||
import { injectI18nDebug } from './i18n-debug.ts'
|
||||
|
||||
export interface MessageDescriptor {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user