Allow to change language

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-16 18:00:27 +02:00
parent 08b4fb9b08
commit 5cb3f478ae
8 changed files with 110 additions and 9 deletions

View File

@@ -17,12 +17,12 @@ export interface ICurrentUser {
defaultActor: IPerson;
drafts: IEvent[];
settings: IUserSettings;
locale: string;
}
export interface IUser extends ICurrentUser {
confirmedAt: Date;
confirmationSendAt: Date;
locale: String;
actors: IPerson[];
disabled: boolean;
}