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:
@ -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,
|
||||
|
Reference in New Issue
Block a user