]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular.json
Increase player progress bar hitbox height
[github/Chocobozzz/PeerTube.git] / client / angular.json
index 18a7750efee6b479916d4d2db3a243a7fddadeec..a5f7ce170807ec9f5ce2dce7f79a3c6c9e890d43 100644 (file)
           "kab": {
             "translation": "src/locale/angular.kab.xlf",
             "baseHref": "/client/kab/"
+          },
+          "nb": {
+            "translation": "src/locale/angular.nb-NO.xlf",
+            "baseHref": "/client/nb-NO/"
+          },
+          "nn": {
+            "translation": "src/locale/angular.nn.xlf",
+            "baseHref": "/client/nn/"
           }
         }
       },
             "tsConfig": "tsconfig.json",
             "polyfills": "src/polyfills.ts",
             "baseHref": "/",
-            "deployUrl": "",
             "stylePreprocessorOptions": {
               "includePaths": [
                 "src/sass/include"
   "defaultProject": "PeerTube",
   "schematics": {
     "@schematics/angular:component": {
-      "prefix": "app",
-      "style": "scss"
+      "prefix": "my",
+      "style": "scss",
+      "skipTests": true,
+      "flat": true
     },
     "@schematics/angular:directive": {
-      "prefix": "app"
+      "prefix": "my"
     }
   }
 }