From f1ede3782eb655649edfddbdbe3963c173cb4299 Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Wed, 4 Mar 2015 23:28:21 +0700 Subject: [PATCH 1/5] Fix a broken Markdown link --- content/id/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/id/index.md b/content/id/index.md index dc8508e..2fd8fb1 100644 --- a/content/id/index.md +++ b/content/id/index.md @@ -2,7 +2,7 @@ Membawa [ES6](es6.html) ke Komunitas Node! -[io.js](https://github.com/iojs/io.js) adalah [npm](https://www.npmjs.org/) platform yang kompatibel dengan [node.js] (https: //nodejs.org/)™. +[io.js](https://github.com/iojs/io.js) adalah [npm](https://www.npmjs.org/) platform yang kompatibel dengan [node.js](https: //nodejs.org/)™. [![io.js](../images/1.0.0.png)](https://iojs.org/dist/v{{project.current_version}}/) @@ -21,4 +21,4 @@ or [Rilis setiap malam](https://iojs.org/download/nightly/) tersedia untuk pengujian. -[Pertanyaan yang sering ditanyakan](/faq.html) \ No newline at end of file +[Pertanyaan yang sering ditanyakan](/faq.html) From 2a9c8a82d93cbd3c16efafcc4aa0b30550796a6b Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Thu, 5 Mar 2015 00:26:20 +0700 Subject: [PATCH 2/5] More modification on URL format typo --- content/id/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/id/index.md b/content/id/index.md index 2fd8fb1..7699a55 100644 --- a/content/id/index.md +++ b/content/id/index.md @@ -2,7 +2,7 @@ Membawa [ES6](es6.html) ke Komunitas Node! -[io.js](https://github.com/iojs/io.js) adalah [npm](https://www.npmjs.org/) platform yang kompatibel dengan [node.js](https: //nodejs.org/)™. +[io.js](https://github.com/iojs/io.js) adalah [npm](https://www.npmjs.org/) platform yang kompatibel dengan [node.js](https://nodejs.org/)™. [![io.js](../images/1.0.0.png)](https://iojs.org/dist/v{{project.current_version}}/) From 659d5840620c76f89cca42198dd7acce99875869 Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Thu, 5 Mar 2015 00:26:45 +0700 Subject: [PATCH 3/5] Fix typo on gulp build system --- gulp/tasks/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/tasks/templates.js b/gulp/tasks/templates.js index 970a8ca..e60b99b 100644 --- a/gulp/tasks/templates.js +++ b/gulp/tasks/templates.js @@ -87,7 +87,7 @@ function generateContentAndTemplates() { return { code: lang.code, name: lang.name, - url: `/${lang.code}/${fileName}.html` + url: '/${lang.code}/${fileName}.html' } }) }, From 32f65e04633741dbee3425052ef28758a7f9c48c Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Thu, 5 Mar 2015 00:35:56 +0700 Subject: [PATCH 4/5] Revert "Fix typo on gulp build system" This reverts commit 659d5840620c76f89cca42198dd7acce99875869. --- gulp/tasks/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/tasks/templates.js b/gulp/tasks/templates.js index e60b99b..970a8ca 100644 --- a/gulp/tasks/templates.js +++ b/gulp/tasks/templates.js @@ -87,7 +87,7 @@ function generateContentAndTemplates() { return { code: lang.code, name: lang.name, - url: '/${lang.code}/${fileName}.html' + url: `/${lang.code}/${fileName}.html` } }) }, From 58dee8ac24e11bc538f1a8e6f73219e4f8544f90 Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Thu, 5 Mar 2015 00:48:37 +0700 Subject: [PATCH 5/5] More translation fixes and updates --- content/id/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/id/index.md b/content/id/index.md index 7699a55..a385492 100644 --- a/content/id/index.md +++ b/content/id/index.md @@ -12,8 +12,8 @@ Membawa [ES6](es6.html) ke Komunitas Node! Unduh untuk [Linux](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-linux-x64.tar.xz), [Win32](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-x86.msi), [Win64](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-x64.msi), -or -[Mac](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}.pkg). +[Mac](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}.pkg) atau +[lainnya](https://iojs.org/dist/v{{project.current_version}}/). [Log Perubahan](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)