X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=a64596a08743f7c9de602bb6170482802a301132;hb=15b4bcdf04db86c655ae16d4832ae2a8f0e55829;hp=d9cee9bac6d826265049a2dedaf573c334d7166d;hpb=4c1def5fd8e9f483238eb38e221f555e2e6bbf07;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index d9cee9bac..a64596a08 100644 --- a/client/angular.json +++ b/client/angular.json @@ -41,10 +41,6 @@ "translation": "src/locale/angular.es-ES.xlf", "baseHref": "/client/es-ES/" }, - "oc": { - "translation": "src/locale/angular.oc.xlf", - "baseHref": "/client/oc/" - }, "pt": { "translation": "src/locale/angular.pt-BR.xlf", "baseHref": "/client/pt-BR/" @@ -153,7 +149,7 @@ { "type": "anyComponentStyle", "maximumWarning": "6kb", - "maximumError": "10kb" + "maximumError": "50kb" } ], "fileReplacements": [ @@ -212,9 +208,6 @@ "es-ES": { "localize": [ "es" ] }, - "oc": { - "localize": [ "oc" ] - }, "pt-BR": { "localize": [ "pt" ] },