projectName
parent
f48ab46e70
commit
434c11156a
|
|
@ -28,6 +28,8 @@ export class LanguageService {
|
|||
* The constructor sets all the language values and does the default mapping
|
||||
*/
|
||||
constructor() {
|
||||
|
||||
this.deMap.set('projectName', "W&I Kalender"); this.enMap.set('projectName', "W&I Calendar");
|
||||
this.deMap.set('routeDraft', "Entwurf"); this.enMap.set('routeDraft', 'Draft');
|
||||
this.deMap.set('routeRFA', "Atorisierungsanforderung"); this.enMap.set('routeRFA', 'Request for Authorization');
|
||||
this.deMap.set('routePIP', "Planung in Bearbeitung"); this.enMap.set('routePIP', 'Planning in Progress');
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="head" style="display: flex; align-items: center;">
|
||||
<div class="left" style="display: flex; align-items: center; gap: 8px; height: 100%;">
|
||||
<h2 style="padding: 0; margin: 0;">W&I Kalender</h2>
|
||||
<h2 style="padding: 0; margin: 0;">{{this.languageService.lMap.get('projectName')}}</h2>
|
||||
<div class="splitter"></div>
|
||||
<!-- Preset Picker -->
|
||||
<div appearance="fill" style="width: 240px; padding-left: 15px; ">
|
||||
|
|
|
|||
Loading…
Reference in New Issue