Skip to content

Commit 3ecc78c

Browse files
fivdiMaledong
authored andcommitted
add unofficial builds link to download page (#2216)
Node.js now has an unofficial-builds project that attempts to provide basic Node.js binaries for some platforms that are either not supported or only partially supported by Node.js. These binaries are available for download at https://unofficial-builds.nodejs.org/download/. 1. This PR adds a link to the unofficial-builds binaries to the Node.js download page. 2. The PR was created after discussing the topic at nodejs/unofficial-builds#3
1 parent 939e1e1 commit 3ecc78c

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

layouts/partials/download-list.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<li><a href="/{{site.locale}}/{{site.download.releases.link}}/">{{site.download.releases.text}}</a></li>
77
<li><a href="https://nodejs.org/download/nightly/">{{site.nightly}}</a></li>
88
<li><a href="https://nodejs.org/download/chakracore-nightly/">{{site.chakracore-nightly}}</a></li>
9+
<li><a href="https://unofficial-builds.nodejs.org/download/">{{site.unofficial-builds}}</a></li>
910
<li><a href="https://github.com/nodejs/node/blob/master/BUILDING.md#building-nodejs-on-supported-platforms">{{downloads.buildInstructions}}</a></li>
1011
<li><a href="https://github.com/nodejs/help/wiki/Installation">{{site.download.install-on-linux.text}}</a></li>
1112
</ul>

locale/ar/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"by": "من طرف",
1212
"all-downloads": "تحميل جميع النسخ",
1313
"nightly": "إصدارات ليلية",
14+
"unofficial-builds": "Unofficial Builds",
1415
"chakracore-nightly": "Node-ChakraCore إصدارات ليلية خاصة بـ",
1516
"previous": "السابق",
1617
"next": "التالي",

locale/de/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"by": "von",
1111
"all-downloads": "Alle Download-Optionen",
1212
"nightly": "Nightly Builds",
13+
"unofficial-builds": "Inoffizielle Builds",
1314
"previous": "Zurück",
1415
"next": "Weiter",
1516
"feeds": [

locale/en/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"all-downloads": "All download options",
1212
"nightly": "Nightly builds",
1313
"chakracore-nightly": "Node-ChakraCore Nightly builds",
14+
"unofficial-builds": "Unofficial builds",
1415
"previous": "Previous",
1516
"next": "Next",
1617
"feeds": [

locale/ja/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"by": "by",
1212
"all-downloads": "All download options",
1313
"nightly": "Nightly builds",
14+
"unofficial-builds": "非公式のビルド版",
1415
"previous": "",
1516
"next": "",
1617
"feeds": [

locale/ko/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"all-downloads": "모든 다운로드 보기",
1212
"nightly": "나이틀리 빌드",
1313
"chakracore-nightly": "Node-ChakraCore 나이틀리 빌드",
14+
"unofficial-builds": "비공식 빌드",
1415
"previous": "이전",
1516
"next": "다음",
1617
"feeds": [

locale/zh-cn/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"all-downloads": "所有下载选项",
1313
"nightly": "每日构建",
1414
"chakracore-nightly": "Node-ChakraCore 每日构建",
15+
"unofficial-builds": "非官方构建版",
1516
"previous": "以前",
1617
"next": "下一个",
1718
"feeds": [

locale/zh-tw/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"all-downloads": "所有下載選項",
1313
"nightly": "每日構建",
1414
"chakracore-nightly": "Node-ChakraCore 每日構建",
15+
"unofficial-builds": "非官方構建版",
1516
"previous": "前一個",
1617
"next": "下一個",
1718
"feeds": [

0 commit comments

Comments
 (0)