refactor: centralize project validation and nags into validation rules

This commit is contained in:
tdgao
2026-08-27 22:03:04 -06:00
parent 1f3f37c86c
commit 18c1f31514
83 changed files with 2752 additions and 3428 deletions
+2 -2
View File
@@ -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