1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 16:45:16 +00:00

Update (save) new language settings

This commit is contained in:
2020-03-21 18:54:30 +01:00
parent 2842fdc55f
commit 02ee59817a
4 changed files with 44 additions and 8 deletions

View File

@ -6,14 +6,14 @@ import { AccountImage } from "./AccountImage";
* @author Pierre HUBERT
*/
export const SupportedLanguages = ["fr", "en"]
export enum UserPageStatus {
PRIVATE,
PUBLIC,
OPEN
}
export interface UserInfo {
id: number,
firstName: string,