Add Language Editor Title to the english translation file

This commit is contained in:
George Kalampokis 2020-02-03 17:35:34 +02:00
parent c18c9b7dc7
commit c124da0a50
3 changed files with 6 additions and 4 deletions

View File

@ -169,7 +169,7 @@ const appRoutes: Routes = [
loadChildren: () => import('./ui/language-editor/language-editor.module').then(m => m.LanguageEditorModule), loadChildren: () => import('./ui/language-editor/language-editor.module').then(m => m.LanguageEditorModule),
data: { data: {
breadcrumb: true, breadcrumb: true,
title: 'Language Editor' title: 'GENERAL.TITLES.LANGUAGE-EDITOR'
}, },
}, },
{ {

View File

@ -51,7 +51,7 @@ export const ADMIN_ROUTES: RouteInfo[] = [
{ path: '/dmp-profiles', title: 'SIDE-BAR.DMP-TEMPLATES', icon: 'library_books' }, { path: '/dmp-profiles', title: 'SIDE-BAR.DMP-TEMPLATES', icon: 'library_books' },
{ path: '/dataset-profiles', title: 'SIDE-BAR.DATASET-TEMPLATES', icon: 'library_books' }, { path: '/dataset-profiles', title: 'SIDE-BAR.DATASET-TEMPLATES', icon: 'library_books' },
{ path: '/users', title: 'SIDE-BAR.USERS', icon: 'people' }, { 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[] = [ // export const HISTORY_ROUTES: RouteInfo[] = [
// { path: '/typography', title: 'SIDE-BAR.HISTORY-VISITED', icon: 'visibility'}, // { path: '/typography', title: 'SIDE-BAR.HISTORY-VISITED', icon: 'visibility'},

View File

@ -119,7 +119,8 @@
"DATASET-COPY": "Copy Dataset Description", "DATASET-COPY": "Copy Dataset Description",
"DATASET-UPDATE": "Update Dataset Description", "DATASET-UPDATE": "Update Dataset Description",
"DATASET-PROFILES-NEW-VERSION": "New Version of Dataset Description Template", "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": { "FILE-TYPES": {
"PDF": "PDF", "PDF": "PDF",
@ -213,7 +214,8 @@
"ADMIN": "ADMIN", "ADMIN": "ADMIN",
"DATASET-TEMPLATES": "Dataset Description Templates", "DATASET-TEMPLATES": "Dataset Description Templates",
"DMP-TEMPLATES": "DMP Templates", "DMP-TEMPLATES": "DMP Templates",
"USERS": "Users" "USERS": "Users",
"LANGUAGE-EDITOR":"Language Editor"
}, },
"DATASET-PROFILE-EDITOR": { "DATASET-PROFILE-EDITOR": {
"TITLE": { "TITLE": {