X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=64514b872d6d14fa78b8be64d273a67f5c3683ea;hb=bef83a8ff4e11815f5b0d52d75cb5f5abe5db7a7;hp=a5f7ce170807ec9f5ce2dce7f79a3c6c9e890d43;hpb=2accfdd8ecd092de7e8c71fbd1235e139ad29832;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index a5f7ce170..64514b872 100644 --- a/client/angular.json +++ b/client/angular.json @@ -17,6 +17,10 @@ "translation": "src/locale/angular.ar.xlf", "baseHref": "/client/ar/" }, + "fa": { + "translation": "src/locale/angular.fa-IR.xlf", + "baseHref": "/client/fa-IR/" + }, "hu": { "translation": "src/locale/angular.hu-HU.xlf", "baseHref": "/client/hu-HU/" @@ -159,7 +163,7 @@ "src/sass/application.scss" ], "allowedCommonJsDependencies": [ - "qrcode", + "@cordobo/qrcode", "chart.js", "htmlparser2", "markdown-it-emoji/light", @@ -169,7 +173,7 @@ "debug", "@peertube/p2p-media-loader-hlsjs", "video.js", - "sha.js/sha1", + "sha.js", "postcss", "core-js/features/reflect" ],