Add Language Editor Title to the english translation file
This commit is contained in:
parent
c18c9b7dc7
commit
c124da0a50
|
@ -169,7 +169,7 @@ const appRoutes: Routes = [
|
|||
loadChildren: () => import('./ui/language-editor/language-editor.module').then(m => m.LanguageEditorModule),
|
||||
data: {
|
||||
breadcrumb: true,
|
||||
title: 'Language Editor'
|
||||
title: 'GENERAL.TITLES.LANGUAGE-EDITOR'
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
@ -51,7 +51,7 @@ export const ADMIN_ROUTES: RouteInfo[] = [
|
|||
{ path: '/dmp-profiles', title: 'SIDE-BAR.DMP-TEMPLATES', icon: 'library_books' },
|
||||
{ path: '/dataset-profiles', title: 'SIDE-BAR.DATASET-TEMPLATES', icon: 'library_books' },
|
||||
{ path: '/users', title: 'SIDE-BAR.USERS', icon: 'people' },
|
||||
{ path: '/language-editor', title: 'Language Editor', icon: 'language'}
|
||||
{ path: '/language-editor', title: 'SIDE-BAR.LANGUAGE-EDITOR', icon: 'language'}
|
||||
];
|
||||
// export const HISTORY_ROUTES: RouteInfo[] = [
|
||||
// { path: '/typography', title: 'SIDE-BAR.HISTORY-VISITED', icon: 'visibility'},
|
||||
|
|
|
@ -119,7 +119,8 @@
|
|||
"DATASET-COPY": "Copy Dataset Description",
|
||||
"DATASET-UPDATE": "Update Dataset Description",
|
||||
"DATASET-PROFILES-NEW-VERSION": "New Version of Dataset Description Template",
|
||||
"DATASET-PROFILES-CLONE": "New Clone of Dataset Description Template"
|
||||
"DATASET-PROFILES-CLONE": "New Clone of Dataset Description Template",
|
||||
"LANGUAGE-EDITOR": "Language Editor"
|
||||
},
|
||||
"FILE-TYPES": {
|
||||
"PDF": "PDF",
|
||||
|
@ -213,7 +214,8 @@
|
|||
"ADMIN": "ADMIN",
|
||||
"DATASET-TEMPLATES": "Dataset Description Templates",
|
||||
"DMP-TEMPLATES": "DMP Templates",
|
||||
"USERS": "Users"
|
||||
"USERS": "Users",
|
||||
"LANGUAGE-EDITOR":"Language Editor"
|
||||
},
|
||||
"DATASET-PROFILE-EDITOR": {
|
||||
"TITLE": {
|
||||
|
|
Loading…
Reference in New Issue