From 1c309a866ff0e40fa75dd3064ddf929c78e2ab3b Mon Sep 17 00:00:00 2001 From: davidbludlow Date: Fri, 29 Jun 2018 19:05:02 -0500 Subject: [PATCH 1/4] Small typo on "Styles and classes" page One word typo on https://javascript.info/styles-and-classes#create-a-notification --- .../08-styles-and-classes/2-create-notification/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md b/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md index 7df1986c..60930cb6 100644 --- a/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md +++ b/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md @@ -4,7 +4,7 @@ importance: 5 # Create a notification -Write a function `showNotification(options)` that a notification: `
` with the given content. The notification should automatically disappear after 1.5 seconds. +Write a function `showNotification(options)` that creates a notification: `
` with the given content. The notification should automatically disappear after 1.5 seconds. The options are: From b85080d944989b980b6aafe27c508d8928585155 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 2 Jul 2018 10:21:12 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d0b3ae2..8c7b1092 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a | Chinese | https://github.com/xitu/javascript-tutorial-en | @leviding | – | | German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - | | Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - | +| Uzbek | https://github.com/aruzikulov/javascript-tutorial-uz | @aruzikulov | - | If you'd like to translate it into your language, please [create an issue](https://github.com/iliakan/javascript-tutoria-en/issues/new). From abd3e85c7820e3aa110c3e91e7382b6252de06ac Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 2 Jul 2018 10:21:26 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c7b1092..cb6b4db9 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a | Language | Github | Translation leads | Published | |----------|--------|-------------------|-----------| | Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru | -| Chinese | https://github.com/xitu/javascript-tutorial-en | @leviding | – | +| Chinese | https://github.com/xitu/javascript-tutorial-zh | @leviding | – | | German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - | | Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - | | Uzbek | https://github.com/aruzikulov/javascript-tutorial-uz | @aruzikulov | - | From 1b697522614a87fc24baa9f503f5072a8efbfc4e Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 2 Jul 2018 15:04:31 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb6b4db9..7cc70f4f 100755 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a ## Translations +(In alphabetical order): + | Language | Github | Translation leads | Published | |----------|--------|-------------------|-----------| -| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru | | Chinese | https://github.com/xitu/javascript-tutorial-zh | @leviding | – | +| French | https://github.com/SugoiNelson/javascript-tutorial-fr | @SugoiNelson | - | | German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - | | Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - | +| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru | | Uzbek | https://github.com/aruzikulov/javascript-tutorial-uz | @aruzikulov | - | If you'd like to translate it into your language, please [create an issue](https://github.com/iliakan/javascript-tutoria-en/issues/new).