aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-07 15:51:19 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-02-10 16:39:28 +0100
commit361dcebc75dea74947b6c3aafd9d7d720c054b01 (patch)
tree5edf2a0d871097ba7da2b974b8ccdef9c6b73261 /client/package.json
parentf77eb73b5e02bed9e223dafc1c203ceb7c05b6e5 (diff)
downloadPeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.tar.gz
PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.tar.zst
PeerTube-361dcebc75dea74947b6c3aafd9d7d720c054b01.zip
Support i18n build
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index de5c0182b..9da34e4e8 100644
--- a/client/package.json
+++ b/client/package.json
@@ -48,6 +48,8 @@
48 "@angular/router": "~9.0.0", 48 "@angular/router": "~9.0.0",
49 "@angular/service-worker": "~9.0.0", 49 "@angular/service-worker": "~9.0.0",
50 "@angularclass/hmr": "^2.1.3", 50 "@angularclass/hmr": "^2.1.3",
51 "@locl/cli": "^0.0.1-beta.5",
52 "@locl/core": "^0.0.1-beta.2",
51 "@neos21/bootstrap3-glyphicons": "^1.0.1", 53 "@neos21/bootstrap3-glyphicons": "^1.0.1",
52 "@ng-bootstrap/ng-bootstrap": "^5.2.1", 54 "@ng-bootstrap/ng-bootstrap": "^5.2.1",
53 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", 55 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",