feat: Enhance EditProjectPage with translation support and refactor ProjectForm to use forwardRef
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user