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