Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #128 from SAKPaaS/hotfix/german-translation-missing
Browse files Browse the repository at this point in the history
Hotfix/german translation missing
  • Loading branch information
patrickstecker authored Apr 9, 2020
2 parents 2f0e1a8 + 5039702 commit 4d686dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container *ngIf="isSearchBar; else isNoSearchBar">
<div *ngIf="occupancy.value">
<div *ngIf="occupancy.value !== null">
<img [src]="iconPath" alt="Auslastung" />
</div>
</ng-container>
Expand Down
7 changes: 5 additions & 2 deletions SAKPaaS/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
"button": "Ich bin hier!"
},
"occupancy": {
"count": {

"count-mobile" : {
"one-rating": "1 Bewertung",
"multiple-ratings": "{{count}} Bewertungen"
},
"count-desktop" : {
"one-rating": "Basierend auf einer Bewertung",
"multiple-ratings": "Basierend auf {{count}} Bewertungen"
},
Expand Down

0 comments on commit 4d686dd

Please sign in to comment.