Apply i18n to client components
This commit is contained in:
@@ -4,4 +4,23 @@ export type ProjectType = {
|
||||
detail: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type ProjectsMessages = {
|
||||
project: string;
|
||||
projects: string;
|
||||
newProject: string;
|
||||
editProject: string;
|
||||
deleteProject: string;
|
||||
id: string;
|
||||
name: string;
|
||||
detail: string;
|
||||
lastUpdate: string;
|
||||
actions: string;
|
||||
projectName: string;
|
||||
projectDetail: string;
|
||||
close: string;
|
||||
create: string;
|
||||
update: string;
|
||||
pleaseEnter: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user