aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-24 09:35:27 +0200
committerChocobozzz <me@florianbigard.com>2020-08-24 09:35:27 +0200
commit49a56c72031802addffcaa8d6c374720d17e4d14 (patch)
treefc7738d9f42edbb6f5550951b2f8c47ee4710226 /package.json
parent1e7eb457eda647b4fa22a0ae8e59c0a618f662f8 (diff)
downloadPeerTube-49a56c72031802addffcaa8d6c374720d17e4d14.tar.gz
PeerTube-49a56c72031802addffcaa8d6c374720d17e4d14.tar.zst
PeerTube-49a56c72031802addffcaa8d6c374720d17e4d14.zip
Use update i18n command instead of generate
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 02c456e82..946b53018 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
35 "danger:clean:dev": "scripty", 35 "danger:clean:dev": "scripty",
36 "danger:clean:prod": "scripty", 36 "danger:clean:prod": "scripty",
37 "danger:clean:modules": "scripty", 37 "danger:clean:modules": "scripty",
38 "i18n:generate": "scripty", 38 "i18n:update": "scripty",
39 "plugin:install": "node ./dist/scripts/plugin/install.js", 39 "plugin:install": "node ./dist/scripts/plugin/install.js",
40 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js", 40 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
41 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", 41 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",