]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / angular.json
index 44749d6b1ac95d288ccd6fb6a11fab60e381961a..c893cc1e9d3829941e2a7ee4993241182194ce8c 100644 (file)
           "baseHref": "/client/en-US/"
         },
         "locales": {
+          "ar": {
+            "translation": "src/locale/angular.ar.xlf",
+            "baseHref": "/client/ar/"
+          },
           "hu": {
             "translation": "src/locale/angular.hu-HU.xlf",
             "baseHref": "/client/hu-HU/"
           "it": {
             "translation": "src/locale/angular.it-IT.xlf",
             "baseHref": "/client/it-IT/"
+          },
+          "vi": {
+            "translation": "src/locale/angular.vi-VN.xlf",
+            "baseHref": "/client/vi-VN/"
+          },
+          "kab": {
+            "translation": "src/locale/angular.kab.xlf",
+            "baseHref": "/client/kab/"
           }
         }
       },
           "builder": "@angular-devkit/build-angular:browser",
           "options": {
             "aot": true,
+            "localize": true,
             "outputPath": "dist",
             "index": "src/index.html",
             "main": "src/main.ts",
             "styles": [
               "src/sass/application.scss"
             ],
+            "allowedCommonJsDependencies": [
+              "@angularclass/hmr",
+              "debug",
+              "mousetrap",
+              "chart.js",
+              "linkifyjs/html",
+              "linkifyjs",
+              "markdown-it",
+              "sanitize-html",
+              "socket.io-client",
+              "socket.io-parser",
+              "@app/+about/about-peertube/about-peertube-contributors.component",
+              "path",
+              "video.js",
+              "p2p-media-loader-hlsjs",
+              "videojs-hotkeys/videojs.hotkeys",
+              "p2p-media-loader-core",
+              "qrcode",
+              "webtorrent",
+              "cache-chunk-store",
+              "global/document",
+              "videojs-vtt.js",
+              "videojs-vtt.js",
+              "@babel/runtime/helpers/possibleConstructorReturn",
+              "@babel/runtime/helpers/inherits",
+              "@babel/runtime/helpers/construct",
+              "@videojs/xhr"
+            ],
             "scripts": []
           },
           "configurations": {
                 }
               ]
             },
+            "i18n": {
+              "optimization": false,
+              "outputHashing": "none",
+              "sourceMap": true,
+              "extractCss": true,
+              "namedChunks": true,
+              "aot": true,
+              "buildOptimizer": false,
+              "budgets": []
+            },
             "hmr": {
+              "localize": false,
               "budgets": [
                 {
                   "type": "anyComponentStyle",
               ]
             },
             "e2e": {
+              "localize": false,
               "budgets": [
                 {
                   "type": "anyComponentStyle",
                   "with": "src/environments/environment.e2e.ts"
                 }
               ]
-            },
-            "hu-HU": {
-              "localize": [ "hu" ]
-            },
-            "th-TH": {
-              "localize":  [ "th" ]
-            },
-            "fi-FI": {
-              "localize":  [ "fi" ]
-            },
-            "nl-NL": {
-              "localize":  [ "nl" ]
-            },
-            "gd": {
-              "localize":  [ "gd" ]
-            },
-            "el-GR": {
-              "localize":  [ "el" ]
-            },
-            "es-ES": {
-              "localize":  [ "es" ]
-            },
-            "oc": {
-              "localize":  [ "oc" ]
-            },
-            "pt-BR": {
-              "localize":  [ "pt" ]
-            },
-            "pt-PT": {
-              "localize":  [ "pt-PT" ]
-            },
-            "sv-SE": {
-              "localize":  [ "sv" ]
-            },
-            "pl-PL": {
-              "localize":  [ "pl" ]
-            },
-            "ru-RU": {
-              "localize":  [ "ru" ]
-            },
-            "zh-Hans-CN": {
-              "localize":  [ "zh-Hans" ]
-            },
-            "zh-Hant-TW": {
-              "localize":  [ "zh-Hant" ]
-            },
-            "fr-FR": {
-              "localize":  [ "fr" ]
-            },
-            "ja-JP": {
-              "localize":  [ "ja" ]
-            },
-            "eu-ES": {
-              "localize":  [ "eu" ]
-            },
-            "ca-ES": {
-              "localize":  [ "ca" ]
-            },
-            "cs-CZ": {
-              "localize":  [ "cs" ]
-            },
-            "eo": {
-              "localize":  [ "eo" ]
-            },
-            "de-DE": {
-              "localize":  [ "de" ]
-            },
-            "it-IT": {
-              "localize":  [ "it" ]
             }
           }
         },
               "i18nBaseFile": "angular",
               "defaultLanguage": "en-US",
               "languages": [
-                "ar-001",
+                "ar",
                 "ca-ES",
                 "cs-CZ",
                 "da-DK",
                 "it-IT",
                 "ja-JP",
                 "jbo",
+                "kab",
                 "ko-KR",
                 "lt-LT",
                 "nb-NO",
   "schematics": {
     "@schematics/angular:component": {
       "prefix": "app",
-      "styleext": "scss"
+      "style": "scss"
     },
     "@schematics/angular:directive": {
       "prefix": "app"