Added preliminary localization support to almost all strings in the program

This commit is contained in:
Isaac Grynsztein
2020-03-14 17:32:52 -04:00
parent c752b13732
commit 21797f3901
15 changed files with 189 additions and 120 deletions

View File

@@ -7,6 +7,7 @@
</div>
</mat-dialog-content>
<mat-dialog-actions>
<!-- TODO: Internationalize these buttons -->
<button mat-button mat-dialog-close>Cancel</button>
<!-- The mat-dialog-close directive optionally accepts a value as a result for the dialog. -->
<button mat-button [disabled]="!inputText" type="submit" (click)="enterPressed()">{{submitText}}</button>