From f0fd4627d2309f231f119e1af39b7e6ca89142d6 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 15 Sep 2022 16:39:52 +0200 Subject: [PATCH] Set up Italian --- angular.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 8f6f6e3de..dd37696ff 100644 --- a/angular.json +++ b/angular.json @@ -136,6 +136,10 @@ "baseHref": "/en/", "localize": ["en"] }, + "development-it": { + "baseHref": "/it/", + "localize": ["it"] + }, "production": { "fileReplacements": [ { @@ -180,6 +184,9 @@ "development-en": { "browserTarget": "client:build:development-en" }, + "development-it": { + "browserTarget": "client:build:development-it" + }, "production": { "browserTarget": "client:build:production" } @@ -191,7 +198,7 @@ "browserTarget": "client:build", "includeContext": true, "outputPath": "src/locales", - "targetFiles": ["messages.de.xlf"] + "targetFiles": ["messages.de.xlf", "messages.it.xlf"] } }, "lint": { @@ -214,6 +221,10 @@ "de": { "baseHref": "/de/", "translation": "apps/client/src/locales/messages.de.xlf" + }, + "it": { + "baseHref": "/it/", + "translation": "apps/client/src/locales/messages.it.xlf" } }, "sourceLocale": "en"