Skip to content

Commit 5c9f3c1

Browse files
committed
added missing trasnlation
1 parent 7931c34 commit 5c9f3c1

File tree

3 files changed

+378
-368
lines changed

3 files changed

+378
-368
lines changed

src/app/layout/components/header/header.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
>
1111
<mat-option (click)="getActuatorInfo()">
1212
<fa-icon class="circle" size="lg" [fixedWidth]="true" [icon]="'info'"></fa-icon>
13-
About
13+
{{ 'APPLAYOUT.HEADER.ABOUT' | translate }}
1414
</mat-option>
1515
<mat-option (click)="logout()">
1616
<fa-icon class="circle" size="lg" [fixedWidth]="true" [icon]="'sign-out-alt'"></fa-icon>
17-
Logout
17+
{{ 'APPLAYOUT.HEADER.LOGOUT' | translate }}
1818
</mat-option>
1919
</mat-select>
2020
</mat-form-field>
2121
<span class="link-like" (click)="navigateToProposalPortal()">
22-
Antragsportal
22+
{{ 'APPLAYOUT.HEADER.PROPOSAL_PORTAL' | translate }}
2323
<fa-icon size="1x" icon="external-link-alt"></fa-icon>
2424
</span>
2525
</div>

src/assets/i18n/de.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
},
66
"TOGGLE": {
77
"LABEL": "Seitennavigation umschalten"
8+
},
9+
"HEADER": {
10+
"PROPOSAL_PORTAL": "Antragsportal",
11+
"ABOUT": "Über das Portal",
12+
"LOGOUT": "Abmelden"
813
}
914
},
1015
"DATAQUERY": {

0 commit comments

Comments
 (0)