feat(i18n): localize item validation messages
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import type { Dictionary } from "@/i18n/dictionaries"
|
||||
import type { ItemSchemaCopy } from "@/schemas/item.schema"
|
||||
|
||||
export type ItemListCopy = Dictionary["inventory"]["items"]["list"]
|
||||
export type ItemDetailCopy = Dictionary["inventory"]["items"]["detail"]
|
||||
export type ItemFormCopy = Dictionary["inventory"]["items"]["form"]
|
||||
export type ItemDeleteCopy = Dictionary["inventory"]["items"]["delete"]
|
||||
export type { ItemSchemaCopy }
|
||||
|
||||
Reference in New Issue
Block a user