X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=9bf02e271750efea949632212574cb9f8d18ccfa;hb=f5450c27da409fade4a5ee1dcea1b89bf9c6303d;hp=cf92c7ade204ee0fd0165b169d142d4d75cbbd8f;hpb=fc4188746340b65b7615ca0dd07f81ed7a5e53cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index cf92c7ade..9bf02e271 100644 --- a/client/angular.json +++ b/client/angular.json @@ -93,6 +93,10 @@ "translation": "src/locale/angular.ca-ES.xlf", "baseHref": "/client/ca-ES/" }, + "gl": { + "translation": "src/locale/angular.gl-ES.xlf", + "baseHref": "/client/gl-ES/" + }, "cs": { "translation": "src/locale/angular.cs-CZ.xlf", "baseHref": "/client/cs-CZ/" @@ -208,15 +212,6 @@ } ] }, - "i18n": { - "optimization": false, - "outputHashing": "none", - "sourceMap": true, - "namedChunks": true, - "aot": true, - "buildOptimizer": false, - "budgets": [] - }, "hmr": { "localize": false, "budgets": [ @@ -316,6 +311,7 @@ "languages": [ "ar", "ca-ES", + "gl-ES", "cs-CZ", "da-DK", "de-DE",