From 63d3a12f89bb7ccf3c65fc6a57b35f790a7c7269 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 12 Feb 2021 11:08:47 +0100 Subject: [PATCH] Concrete mapping for chinese. --- .../Squidex.Infrastructure/Squidex.Infrastructure.csproj | 2 +- backend/src/Squidex/appsettings.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj index f06969b1d..ad8341943 100644 --- a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj +++ b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj @@ -28,7 +28,7 @@ - + diff --git a/backend/src/Squidex/appsettings.json b/backend/src/Squidex/appsettings.json index f28fb5489..dd5e0bda0 100644 --- a/backend/src/Squidex/appsettings.json +++ b/backend/src/Squidex/appsettings.json @@ -675,7 +675,11 @@ /* * The deepl api key if you want to support automated translations. */ - "authKey": "" + "authKey": "", + "mapping": { + "zh-TN": "zh-TN", + "zh-CN": "zh-CN" + } }, "googleCloud": {