feat: add i18n translated form errors (#509)

This commit is contained in:
Meier Lukas
2024-05-18 16:55:08 +02:00
committed by GitHub
parent b312032f02
commit dfed804f65
32 changed files with 501 additions and 156 deletions

View File

@@ -4,7 +4,8 @@
"version": "0.1.0",
"type": "module",
"exports": {
".": "./index.ts"
".": "./index.ts",
"./form": "./src/form/i18n.ts"
},
"typesVersions": {
"*": {
@@ -35,6 +36,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"zod": "^3.23.8",
"@homarr/definitions": "workspace:^0.1.0"
"@homarr/definitions": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0"
}
}