diff --git a/README.md b/README.md index 1e59cef22..846f302e5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Node.js Best Practices +Read in another language: ![CN](/assets/flags/CN.png) [**CN**](README.chinese.md) +
@@ -26,23 +28,6 @@


-## Translations -All translations are contributed by the community. We will be happy to get any help with ongoing or new translations! - -### Completed translations - -* 🇨🇳 [Chinese](README.chinese.md) - -### Translations in progress - -* 🇫🇷 [French](https://github.com/gaspaonrocks/nodebestpractices/blob/french-translation/README.french.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/129)) -* 🇰🇷 [Korean](https://github.com/i0natan/nodebestpractices/blob/korean-translation/README.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/94)) -* 🇷🇺 [Russian](https://github.com/i0natan/nodebestpractices/blob/russian-translation/README.russian.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/105)) -* 🇪🇸 [Spanish](https://github.com/i0natan/nodebestpractices/blob/spanish-translation/README.spanish.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/95)) -* 🇹🇷 Turkish ([Discussion](https://github.com/i0natan/nodebestpractices/issues/139)) - -


- ## Table of Contents 1. [Project structure Practices (5)](#1-project-structure-practices) 2. [Error Handling Practices (11) ](#2-error-handling-practices) @@ -54,6 +39,7 @@ All translations are contributed by the community. We will be happy to get any h * [Milestones](#milestones) +* [Translations](#translations) * [Contributors](#contributors) * [Thank you notes](#thank-you-notes) * [Sources](#sources) @@ -689,6 +675,24 @@ To maintain this guide and keep it up to date, we are constantly updating and im

+## Translations +All translations are contributed by the community. We will be happy to get any help with either completed, ongoing or new translations! + +### Completed translations + +* ![CN](/assets/flags/CN.png) [Chinese](README.chinese.md) + +### Translations in progress + +* ![FR](/assets/flags/FR.png) [French](https://github.com/gaspaonrocks/nodebestpractices/blob/french-translation/README.french.md) ([Discussion] +* ![HE](/assets/flags/HE.png) Hebrew ([Discussion](https://github.com/i0natan/nodebestpractices/issues/156)) +* ![KR](/assets/flags/KR.png) [Korean](https://github.com/i0natan/nodebestpractices/blob/korean-translation/README.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/94)) +* ![RU](/assets/flags/RU.png) [Russian](https://github.com/i0natan/nodebestpractices/blob/russian-translation/README.russian.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/105)) +* ![ES](/assets/flags/ES.png) [Spanish](https://github.com/i0natan/nodebestpractices/blob/spanish-translation/README.spanish.md) ([Discussion](https://github.com/i0natan/nodebestpractices/issues/95)) +* ![TR](/assets/flags/TR.png) Turkish ([Discussion](https://github.com/i0natan/nodebestpractices/issues/139)) + +

+ # Contributors ## `Yoni Goldberg` Independent Node.JS consultant who works with customers at USA, Europe and Israel on building large-scale scalable Node applications. Many of the best practices above were first published on his blog post at [http://www.goldbergyoni.com](http://www.goldbergyoni.com). Reach Yoni at @goldbergyoni or me@goldbergyoni.com diff --git a/assets/flags/CN.png b/assets/flags/CN.png index 17cd5d018..edd5f1de8 100644 Binary files a/assets/flags/CN.png and b/assets/flags/CN.png differ diff --git a/assets/flags/ES.png b/assets/flags/ES.png index cf53a8d65..b89db6856 100644 Binary files a/assets/flags/ES.png and b/assets/flags/ES.png differ diff --git a/assets/flags/FR.png b/assets/flags/FR.png index 91a645e83..0706dcc05 100644 Binary files a/assets/flags/FR.png and b/assets/flags/FR.png differ diff --git a/assets/flags/HE.png b/assets/flags/HE.png new file mode 100644 index 000000000..9ad54c5d2 Binary files /dev/null and b/assets/flags/HE.png differ diff --git a/assets/flags/IL.png b/assets/flags/IL.png deleted file mode 100644 index 9bac6ece5..000000000 Binary files a/assets/flags/IL.png and /dev/null differ diff --git a/assets/flags/KR.png b/assets/flags/KR.png index 58b00b580..d21bef98a 100644 Binary files a/assets/flags/KR.png and b/assets/flags/KR.png differ diff --git a/assets/flags/RU.png b/assets/flags/RU.png index d36f4b8f9..a4318e7d5 100644 Binary files a/assets/flags/RU.png and b/assets/flags/RU.png differ diff --git a/assets/flags/TR.png b/assets/flags/TR.png index c147631c8..3af317d9f 100644 Binary files a/assets/flags/TR.png and b/assets/flags/TR.png differ