i18n support added to all form validations

This commit is contained in:
2024-02-17 07:28:47 +01:00
parent 1da6479c80
commit 30b3da9c31
4 changed files with 38 additions and 30 deletions

View File

@@ -95,7 +95,9 @@
"notes-placeholder": "Notes",
"save-button": "Save",
"cancel-button": "Cancel",
"delete-tooltip": "Delete realestate"
}
"delete-tooltip": "Delete realestate",
"validation": {
"location-name-required": "Relaestate name is required"
}
}
}