From bdab0dc286e5cdbcd444516de114a714dd378ccc Mon Sep 17 00:00:00 2001 From: Fransolet Thomas Date: Thu, 12 Jan 2023 16:19:51 +0100 Subject: [PATCH] Add support for Arab and Ukrainian --- ManagerService/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ManagerService/appsettings.json b/ManagerService/appsettings.json index 6c4d2e4..1850392 100644 --- a/ManagerService/appsettings.json +++ b/ManagerService/appsettings.json @@ -35,6 +35,6 @@ "UserName": "admin", "Password": "mdlf2021!" }, - "SupportedLanguages": [ "FR", "NL", "EN", "DE", "IT", "ES", "PL", "CN" ] + "SupportedLanguages": [ "FR", "NL", "EN", "DE", "IT", "ES", "PL", "CN", "AR", "UK" ] //"Urls": "http://[::]:80" }