From b844ad4dba8387cf83f1b60114eb3292735ec3d7 Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Sat, 8 Dec 2018 21:44:19 +0800 Subject: [PATCH 1/2] add link to installation instructions for Linux --- layouts/partials/download-list.hbs | 1 + locale/en/site.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/layouts/partials/download-list.hbs b/layouts/partials/download-list.hbs index 1bff5d83f1276..8712963d3ed8b 100644 --- a/layouts/partials/download-list.hbs +++ b/layouts/partials/download-list.hbs @@ -7,5 +7,6 @@
  • {{site.nightly}}
  • {{site.chakracore-nightly}}
  • {{downloads.buildInstructions}}
  • +
  • {{site.download.install-on-linux.text}}
  • diff --git a/locale/en/site.json b/locale/en/site.json index c46ee8a75b196..052392be5b6a9 100644 --- a/locale/en/site.json +++ b/locale/en/site.json @@ -78,6 +78,9 @@ "text": "Signed SHASUMS for release files", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "How to verify" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { From 4392979e850cb486cc64051ee18a90135c2fcbac Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Wed, 12 Dec 2018 21:53:58 +0800 Subject: [PATCH 2/2] add install-on-linux to all locales --- locale/ar/site.json | 3 +++ locale/ca/site.json | 3 +++ locale/de/site.json | 3 +++ locale/es/site.json | 3 +++ locale/fa/site.json | 5 ++++- locale/fr/site.json | 3 +++ locale/gl/site.json | 3 +++ locale/it/site.json | 3 +++ locale/ja/site.json | 3 +++ locale/ko/site.json | 3 +++ locale/uk/site.json | 3 +++ locale/zh-cn/site.json | 3 +++ locale/zh-tw/site.json | 3 +++ 13 files changed, 40 insertions(+), 1 deletion(-) diff --git a/locale/ar/site.json b/locale/ar/site.json index ea92c4656df2d..0e6304aaa2cdb 100644 --- a/locale/ar/site.json +++ b/locale/ar/site.json @@ -77,6 +77,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "وتائق الاصدارات مختومة SHASUMS" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/ca/site.json b/locale/ca/site.json index 4db2cf39e2375..5fbc1c408522c 100644 --- a/locale/ca/site.json +++ b/locale/ca/site.json @@ -78,6 +78,9 @@ "text": "Signatures SHASUMS per arxius de versions", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "Com verificar-ho" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/de/site.json b/locale/de/site.json index cc65a3740c7de..39691225feec1 100644 --- a/locale/de/site.json +++ b/locale/de/site.json @@ -71,6 +71,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "Signierte SHASUMS für die Versionsdateien" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/es/site.json b/locale/es/site.json index 5a718498097d3..8a4097c69b499 100644 --- a/locale/es/site.json +++ b/locale/es/site.json @@ -78,6 +78,9 @@ "text": "Firmas SHASUMS de los archivos de versiones", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "Cómo verificarlo" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/fa/site.json b/locale/fa/site.json index ef26a5b38298e..1cee9e4cea4a6 100644 --- a/locale/fa/site.json +++ b/locale/fa/site.json @@ -79,6 +79,9 @@ "text": "Signed SHASUMS for release files", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "چگونه راستی‌آزمایی کنیم؟" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { @@ -147,4 +150,4 @@ "changelog": "تغییرات" } } -} \ No newline at end of file +} diff --git a/locale/fr/site.json b/locale/fr/site.json index 5c1b51ade9fc2..a5182cd92c21f 100644 --- a/locale/fr/site.json +++ b/locale/fr/site.json @@ -70,6 +70,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "SHASUMS signés pour les fichiers des versions" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/gl/site.json b/locale/gl/site.json index 0665a24bd8757..d0e4119a2005a 100644 --- a/locale/gl/site.json +++ b/locale/gl/site.json @@ -72,6 +72,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "Firmas SHASUMS para os arquivos de versións" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/it/site.json b/locale/it/site.json index 0120f3a79fb7f..0ecfce5c7ff9b 100644 --- a/locale/it/site.json +++ b/locale/it/site.json @@ -63,6 +63,9 @@ "package-manager": { "link": "download/package-manager", "text": "Installa Node.js con un gestore di pacchetti" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/ja/site.json b/locale/ja/site.json index 496b54b97477a..e22970cbff397 100644 --- a/locale/ja/site.json +++ b/locale/ja/site.json @@ -67,6 +67,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "リリースファイルのための SHASUM 署名" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/ko/site.json b/locale/ko/site.json index e874a8bd2c213..fce1a9381982e 100644 --- a/locale/ko/site.json +++ b/locale/ko/site.json @@ -72,6 +72,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "릴리스 파일에 서명된 SHASUMS" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/uk/site.json b/locale/uk/site.json index d3bafc13a32aa..1d8430817f688 100644 --- a/locale/uk/site.json +++ b/locale/uk/site.json @@ -78,6 +78,9 @@ "text": "Підписані SHASUMS для файлів релізу", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "Як перевірити" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index fae4d002f9329..c319d4cac4ea8 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -78,6 +78,9 @@ "text": "查看发布文件的 SHASUM 签名", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "如何校验" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": { diff --git a/locale/zh-tw/site.json b/locale/zh-tw/site.json index c12450690d325..0140caa098cec 100644 --- a/locale/zh-tw/site.json +++ b/locale/zh-tw/site.json @@ -72,6 +72,9 @@ "shasums": { "link": "SHASUMS256.txt.asc", "text": "發佈文件的 SHASUM 簽名" + }, + "install-on-linux": { + "text": "Installing Node.js via binary archive on Linux" } }, "docs": {