Show languages on instance about

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-20 10:36:43 +02:00
parent c66e4d5d83
commit fb8e94c4e3
3 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export interface IConfig {
registrationsAllowlist: boolean;
demoMode: boolean;
countryCode: string;
languages: string[];
location: {
latitude: number;
longitude: number;