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:
diff --git a/README.md b/README.md
index 0d0b3ae2..7cc70f4f 100755
--- a/README.md
+++ b/README.md
@@ -5,12 +5,16 @@ 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-en | @leviding | – |
+| 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).