Merge pull request #3482 from NoelDeMartin/MOBILE-4081
MOBILE-4081 core: Translate hard-coded string
This commit is contained in:
		
						commit
						746a014c71
					
				| @ -1783,6 +1783,7 @@ | ||||
|   "core.grades.manualitem": "grades", | ||||
|   "core.grades.nogradesreturned": "grades", | ||||
|   "core.grades.nooutcome": "grades", | ||||
|   "core.grades.notgraded": "assign", | ||||
|   "core.grades.outcome": "grades", | ||||
|   "core.grades.pass": "grades", | ||||
|   "core.grades.percentage": "grades", | ||||
|  | ||||
| @ -80,7 +80,9 @@ | ||||
|                                 {{ 'core.grades.grade' | translate }} | ||||
|                             </p> | ||||
|                             <p *ngIf="grade.grade && grade.grade != '-'" [innerHTML]="grade.grade"></p> | ||||
|                             <ion-badge *ngIf="!grade.grade || grade.grade == '-'" color="light">Not graded</ion-badge> | ||||
|                             <ion-badge *ngIf="!grade.grade || grade.grade == '-'" color="light"> | ||||
|                                 {{ 'core.grades.notgraded' | translate }} | ||||
|                             </ion-badge> | ||||
|                         </ion-label> | ||||
|                         <ion-icon *ngIf="grade.icon" name="{{grade.icon}}" slot="end" [attr.aria-label]="grade.iconAlt"> | ||||
|                         </ion-icon> | ||||
|  | ||||
| @ -17,6 +17,7 @@ | ||||
|     "manualitem": "Manual item", | ||||
|     "nogradesreturned": "No grades returned", | ||||
|     "nooutcome": "No outcome", | ||||
|     "notgraded": "Not graded", | ||||
|     "outcome": "Outcome", | ||||
|     "pass": "Pass", | ||||
|     "percentage": "Percentage", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user