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": {