add logos and version number to settings tab
This commit is contained in:
@@ -39,7 +39,8 @@ export const translations = {
|
||||
sendUmpireToCourt: 'Are you sure you want to send them to the court?',
|
||||
sendUmpiresToCourt: 'Are you sure you want to send them to the court?',
|
||||
sendUmpireMessage: '{umpire}',
|
||||
sendUmpiresMessage: '{umpire} - {serviceJudge}'
|
||||
sendUmpiresMessage: '{umpire} - {serviceJudge}',
|
||||
version: 'Version',
|
||||
},
|
||||
|
||||
hu: {
|
||||
@@ -77,7 +78,8 @@ export const translations = {
|
||||
sendUmpireToCourt: 'Biztos pályára küldöd őt?',
|
||||
sendUmpiresToCourt: 'Biztos pályára küldöd őket?',
|
||||
sendUmpireMessage: '{umpire}',
|
||||
sendUmpiresMessage: '{umpire} - {serviceJudge}'
|
||||
sendUmpiresMessage: '{umpire} - {serviceJudge}',
|
||||
version: 'Verzió',
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
@@ -54,5 +54,12 @@
|
||||
}
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col sizeLg="6" pushLg="3">
|
||||
<ion-item>
|
||||
<ion-label class="ion-text-center">{{ 'version' | translate }}: 1.0.0</ion-label>
|
||||
</ion-item>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
</ion-content>
|
||||
|
||||
@@ -12,7 +12,8 @@ import {
|
||||
IonCol,
|
||||
IonRow,
|
||||
IonSelect,
|
||||
IonSelectOption
|
||||
IonSelectOption,
|
||||
IonLabel
|
||||
} from '@ionic/angular/standalone';
|
||||
import { SettingsService } from '../services/settings-service';
|
||||
import { CourtUmpireService } from '../services/court.umpire.service';
|
||||
@@ -41,7 +42,8 @@ import { TranslatePipe } from '../i18n/translation.pipe';
|
||||
IonContent,
|
||||
IonSelect,
|
||||
IonSelectOption,
|
||||
TranslatePipe
|
||||
TranslatePipe,
|
||||
IonLabel
|
||||
]
|
||||
})
|
||||
export class Tab3Page {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Reference in New Issue
Block a user