feat: Remove the PPP
This commit is contained in:
parent
4f6d55262c
commit
2971069954
@ -21,7 +21,6 @@ export interface IVerbData {
|
||||
// 1. Person
|
||||
praesens: string;
|
||||
perfekt: string;
|
||||
ppp: string;
|
||||
};
|
||||
|
||||
export interface IAdjektivData {
|
||||
@ -55,7 +54,6 @@ export enum ReviewQType {
|
||||
|
||||
VERB_PRAESENS,
|
||||
VERB_PERFEKT,
|
||||
VERB_PPP
|
||||
};
|
||||
|
||||
export interface IReviewCard {
|
||||
@ -85,9 +83,6 @@ export function reviewQTypeToStr(type: ReviewQType): string {
|
||||
return "1. Person Präsens";
|
||||
case ReviewQType.VERB_PERFEKT:
|
||||
return "1. Person Perfekt";
|
||||
case ReviewQType.VERB_PPP:
|
||||
// TODO
|
||||
return "PPP";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user