Apply i18n
This commit is contained in:
@@ -50,7 +50,7 @@ type AttachmentType = {
|
||||
};
|
||||
|
||||
export type CasesMessages = {
|
||||
testCases: string;
|
||||
testCaseList: string;
|
||||
id: string;
|
||||
title: string;
|
||||
priority: string;
|
||||
|
||||
@@ -7,7 +7,7 @@ export type ProjectType = {
|
||||
};
|
||||
|
||||
export type ProjectsMessages = {
|
||||
project: string;
|
||||
projectList: string;
|
||||
projects: string;
|
||||
newProject: string;
|
||||
editProject: string;
|
||||
|
||||
@@ -27,7 +27,7 @@ type RunStatusCountType = {
|
||||
};
|
||||
|
||||
type RunsMessages = {
|
||||
runs: string,
|
||||
runList: string,
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user