Skip to content

Commit

Permalink
chore: translate german
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Jul 11, 2020
1 parent 57905e9 commit a20dfad
Show file tree
Hide file tree
Showing 8 changed files with 780 additions and 1,603 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h2>{{ (orphan | async)?.id }}</h2>
*matCellDef="let row"
i18n-matTooltip
matTooltip="Distance according to the levenshtein comparison"
i18n
>
{{ row.distance }}
</td>
Expand Down Expand Up @@ -93,8 +92,8 @@ <h2>{{ (orphan | async)?.id }}</h2>
</div>

<div class="actions">
<a mat-raised-button color="primary" routerLink=".." [queryParams]="params | async" i18n>
<mat-icon>keyboard_backspace</mat-icon> Back
<a mat-raised-button color="primary" routerLink=".." [queryParams]="params | async">
<mat-icon>keyboard_backspace</mat-icon> <ng-container i18n>Back</ng-container>
</a>

<button type="button" mat-raised-button color="warn" (click)="delete()" i18n>
Expand Down
5 changes: 2 additions & 3 deletions src/app/target/orphan/orphan.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ <h2>{{ (orphan | async)?.id }}</h2>
*matCellDef="let row"
i18n-matTooltip
matTooltip="Distance according to the levenshtein algorithm"
i18n
>
{{ row.distance }}
</td>
Expand Down Expand Up @@ -110,8 +109,8 @@ <h2>{{ (orphan | async)?.id }}</h2>
</div>

<div class="actions">
<a mat-raised-button color="primary" routerLink=".." [queryParams]="params | async" i18n>
<mat-icon>keyboard_backspace</mat-icon> Back
<a mat-raised-button color="primary" routerLink=".." [queryParams]="params | async">
<mat-icon>keyboard_backspace</mat-icon> <ng-container i18n>Back</ng-container>
</a>

<button type="button" mat-raised-button color="warn" (click)="delete()" i18n>
Expand Down
4 changes: 2 additions & 2 deletions src/app/target/unit/unit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ <h2>{{ (unit | async)?.id }}</h2>
</form>
</ng-container>

<a mat-raised-button color="primary" routerLink="../.." [queryParams]="params | async" i18n>
<mat-icon>keyboard_backspace</mat-icon> Back
<a mat-raised-button color="primary" routerLink="../.." [queryParams]="params | async">
<mat-icon>keyboard_backspace</mat-icon> <ng-container i18n>Back</ng-container>
</a>
705 changes: 0 additions & 705 deletions src/locale/xlf/messages.en.xlf

This file was deleted.

312 changes: 248 additions & 64 deletions src/locale/xlf/messages.xlf

Large diffs are not rendered by default.

446 changes: 348 additions & 98 deletions src/locale/xlf2/messages.de.xlf

Large diffs are not rendered by default.

691 changes: 0 additions & 691 deletions src/locale/xlf2/messages.en.xlf

This file was deleted.

215 changes: 178 additions & 37 deletions src/locale/xlf2/messages.xlf

Large diffs are not rendered by default.

0 comments on commit a20dfad

Please sign in to comment.