feat: Enhance EditProjectPage with translation support and refactor ProjectForm to use forwardRef

This commit is contained in:
2025-09-29 19:32:08 +02:00
parent e68b185aeb
commit fc5f0fd39a
3 changed files with 49 additions and 11 deletions

View File

@@ -135,6 +135,8 @@ const translations = {
newProject: "Nowy projekt",
editProject: "Edytuj projekt",
deleteProject: "Usuń projekt",
editing: "Edycja",
backToProjects: "Powrót do projektów",
projectName: "Nazwa projektu",
city: "Miasto",
address: "Adres",
@@ -687,6 +689,8 @@ const translations = {
newProject: "New Project",
editProject: "Edit Project",
deleteProject: "Delete Project",
editing: "Editing",
backToProjects: "Back to Projects",
projectName: "Project Name",
city: "City",
address: "Address",