From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- client/angular.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'client/angular.json') diff --git a/client/angular.json b/client/angular.json index 39fe7aa51..251161579 100644 --- a/client/angular.json +++ b/client/angular.json @@ -202,6 +202,21 @@ } ] }, + "ar-locale": { + "localize": ["ar"], + "budgets": [ + { + "type": "anyComponentStyle", + "maximumWarning": "6kb" + } + ], + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.hmr.ts" + } + ] + }, "hmr": { "localize": false, "budgets": [ @@ -247,6 +262,9 @@ "hmr": { "browserTarget": "PeerTube:build:hmr" }, + "ar-locale": { + "browserTarget": "PeerTube:build:ar-locale" + }, "e2e": { "browserTarget": "PeerTube:build:e2e", "proxyConfig": "e2e/proxy.config.json" -- cgit v1.2.3