]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
add and document new additional video extensions supported at upload
[github/Chocobozzz/PeerTube.git] / client / angular.json
index 0a82b62fad1227455511dae67aa3bd98c9700c99..e07cf6707d58dc71e5815360d94c68fb6a029df0 100644 (file)
@@ -14,8 +14,8 @@
         },
         "locales": {
           "ar": {
-            "translation": "src/locale/angular.ar-001.xlf",
-            "baseHref": "/client/ar-001/"
+            "translation": "src/locale/angular.ar.xlf",
+            "baseHref": "/client/ar/"
           },
           "hu": {
             "translation": "src/locale/angular.hu-HU.xlf",
             "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": {
                 }
               ]
             },
-            "ar-001": {
+            "ar": {
               "localize": [ "ar" ]
             },
             "hu-HU": {
               "i18nBaseFile": "angular",
               "defaultLanguage": "en-US",
               "languages": [
-                "ar-001",
+                "ar",
                 "ca-ES",
                 "cs-CZ",
                 "da-DK",
   "schematics": {
     "@schematics/angular:component": {
       "prefix": "app",
-      "styleext": "scss"
+      "style": "scss"
     },
     "@schematics/angular:directive": {
       "prefix": "app"