X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=7a805ad1784ca2ab2fd88d353c3f1bf7017e2c50;hb=edbdcfe7b5381811a72d0d8f4708464bdcf0c87e;hp=a45f2b8c7583c583f048f6a18a080bfcbb4120c7;hpb=0c695c5c96d98e2daf6f3e98676282a6d688e039;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index a45f2b8c7..7a805ad17 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.4.1", + "version": "2.0.0", "private": true, "licence": "GPLv3", "author": { @@ -48,6 +48,7 @@ "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^5.1.0", + "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", "@ngx-loading-bar/core": "^4.2.0", "@ngx-loading-bar/http-client": "^4.2.0", "@ngx-loading-bar/router": "^4.2.0", @@ -131,5 +132,8 @@ "webtorrent": "^0.107.16", "whatwg-fetch": "^3.0.0", "zone.js": "~0.10.0" + }, + "dependencies": { + "@ngx-i18nsupport/tooling": "^8.0.3" } }